From 9434fd1e6edb3bc0ab3d064192df90631f1f843d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 14 Feb 2025 16:05:46 -0600 Subject: try new autocomplete method --- lua/tjk/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/tjk') 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() -- cgit v1.2.3