Improved completion

This commit is contained in:
2024-04-16 18:37:51 +02:00
parent 5667752cf5
commit 3c71bd600c
3 changed files with 110 additions and 70 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ vim.o.timeout = true
vim.o.timeoutlen = 300
-- Set completeopt to have a better completion experience
vim.o.completeopt = "menuone,noselect"
-- vim.o.completeopt = "menuone,noselect"
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true