neovim: install solargraph and enable as lsp

This commit is contained in:
Aaron Bieber 2023-01-18 05:37:39 -07:00
parent aac6d9fe65
commit 2685f063af
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ local lspc = require("lspconfig")
lspc.gopls.setup {};
lspc.nil_ls.setup {};
lspc.sumneko_lua.setup {};
lspc.solargraph.setup {};
o.hlsearch = true;

View File

@ -68,6 +68,7 @@ in {
manix
ripgrep
sumneko-lua-language-server
rubyPackages.solargraph
];
programs.neovim = {
enable = true;