iosevka build and gopls nvimlsp
This commit is contained in:
parent
021b2d90ce
commit
798c8085ff
2 changed files with 39 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -275,6 +275,7 @@ end
|
|||
|
||||
-- Enable rust_analyzer
|
||||
nvim_lsp.rust_analyzer.setup({ on_attach=on_attach })
|
||||
nvim_lsp.gopls.setup({ on_attach=on_attach })
|
||||
nvim_lsp.pyright.setup({ on_attach=on_attach })
|
||||
|
||||
-- Enable diagnostics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue