We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1e647 commit afb880cCopy full SHA for afb880c
lua/custom/chiller/lspconfig_shellcheck.lua
@@ -20,6 +20,5 @@
20
-- npm run reinstall-server
21
--
22
23
-require'lspconfig'.bashls.setup{}
24
-require'lspconfig'.ruby_lsp.setup{}
25
-
+vim.lsp.config('bashls', {})
+vim.lsp.config('ruby_lsp', {})
0 commit comments