We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1dc1d commit 21f3793Copy full SHA for 21f3793
config/nvim/lua/config/lsp.lua
@@ -86,6 +86,10 @@ lspconfig.mesonlsp.setup {
86
on_attach = on_attach,
87
}
88
89
+lspconfig.gnls.setup {
90
+ on_attach = on_attach,
91
+}
92
+
93
-- Diagnostic configs
94
vim.diagnostic.config({
95
signs = false,
config/nvim/lua/plugins.lua
@@ -55,7 +55,7 @@ return {
55
{ 'tpope/vim-fugitive' },
56
{ 'rhysd/committia.vim' },
57
{ 'chromium/vim-codesearch' },
58
- { 'neovim/nvim-lspconfig' },
+ { 'nickdiego/nvim-lspconfig' },
59
60
-- completion
61
{ 'hrsh7th/nvim-cmp',
0 commit comments