Add lspinstall, fix completion
This commit is contained in:
parent
4a6bd800d6
commit
4361204e18
4 changed files with 109 additions and 36 deletions
|
@ -1,3 +1,4 @@
|
|||
local o = vim.o
|
||||
vim.o.completeopt = 'menuone,noinsert,noselect'
|
||||
|
||||
o.completeopt = 'menuone,noinsert,noselect'
|
||||
-- Enable for all buffers (for now)
|
||||
vim.api.nvim_command('autocmd BufEnter * lua require\'completion\'.on_attach()')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue