summaryrefslogtreecommitdiff
path: root/lua/tjk/options.lua
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-02-14 16:05:46 -0600
committerTim Keller <tjkeller.xyz>2025-02-14 16:05:46 -0600
commit9434fd1e6edb3bc0ab3d064192df90631f1f843d (patch)
treef58b157b8b41eafb719a0af8914925975c1ec33c /lua/tjk/options.lua
parentbcc05019e489a00795be8a8027bd0fa66eceaf62 (diff)
downloadnvim-9434fd1e6edb3bc0ab3d064192df90631f1f843d.tar.xz
nvim-9434fd1e6edb3bc0ab3d064192df90631f1f843d.zip
try new autocomplete methodHEADmaster
Diffstat (limited to 'lua/tjk/options.lua')
-rw-r--r--lua/tjk/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua
index 945536a..4fb9243 100644
--- a/lua/tjk/options.lua
+++ b/lua/tjk/options.lua
@@ -28,7 +28,7 @@ opt.smartcase = true -- ...unless the search term is capital
-- experimental
opt.smartindent = true
---opt.wildmode = "longest:list:full" -- Better auto-complete
+opt.wildmode = "list:longest,list:full" -- Better auto-complete
-- dont continue comments on to new lines (:help fo-table)
api.nvim_create_autocmd("FileType", { pattern = "*", callback = function()