Fixing autocomplete

This commit is contained in:
Ian Roddis
2026-05-03 21:51:12 -03:00
parent 9268fbbbe6
commit 45e0e7210b
+1 -1
View File
@@ -58,7 +58,7 @@ vim.lsp.enable 'pylsp'
vim.lsp.enable 'eslint'
-- [[ Setting options ]]
vim.opt.autocomplete = true -- Autoindent
-- vim.opt.autocomplete = true -- Autoindent
vim.opt.ai = true -- Autoindent
vim.opt.updatetime = 50
vim.opt.mouse = ''