Skip to content

Commit afb880c

Browse files
committed
Tryna fix deprecated lsp thingy
1 parent ad1e647 commit afb880c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lua/custom/chiller/lspconfig_shellcheck.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
-- npm run reinstall-server
2121
--
2222

23-
require'lspconfig'.bashls.setup{}
24-
require'lspconfig'.ruby_lsp.setup{}
25-
23+
vim.lsp.config('bashls', {})
24+
vim.lsp.config('ruby_lsp', {})

0 commit comments

Comments
 (0)