Fixing autocomplete
This commit is contained in:
@@ -58,7 +58,7 @@ vim.lsp.enable 'pylsp'
|
|||||||
vim.lsp.enable 'eslint'
|
vim.lsp.enable 'eslint'
|
||||||
|
|
||||||
-- [[ Setting options ]]
|
-- [[ Setting options ]]
|
||||||
vim.opt.autocomplete = true -- Autoindent
|
-- vim.opt.autocomplete = true -- Autoindent
|
||||||
vim.opt.ai = true -- Autoindent
|
vim.opt.ai = true -- Autoindent
|
||||||
vim.opt.updatetime = 50
|
vim.opt.updatetime = 50
|
||||||
vim.opt.mouse = ''
|
vim.opt.mouse = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user