mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
nvim: enabled gopls
This commit is contained in:
parent
d6dca6142b
commit
d7037fda4e
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ vim.lsp.config('zls', {
|
|||
|
||||
vim.lsp.enable("zls")
|
||||
|
||||
vim.lsp.enable("gopls")
|
||||
|
||||
-- https://lsp-zero.netlify.app/blog/lsp-client-features.html
|
||||
|
||||
vim.opt.completeopt = {'menu', 'menuone', 'noselect', 'noinsert'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue