iosevka build and gopls nvimlsp

This commit is contained in:
Barak Michener 2021-06-09 19:31:38 -07:00
parent 021b2d90ce
commit 798c8085ff
2 changed files with 39 additions and 0 deletions

1
.vimrc
View file

@ -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