Skip to content

Commit

Permalink
fix: nvim deprecated lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Sep 19, 2024
1 parent 37bb1e1 commit b5be362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/configs/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ nvim_lsp.html.setup({
capabilities = capabilities,
})
nvim_lsp.nixd.setup({})
nvim_lsp.tsserver.setup({})
nvim_lsp.ts_ls.setup({})
nvim_lsp.cssls.setup({})
nvim_lsp.bashls.setup({})
nvim_lsp.clangd.setup({})
Expand Down

0 comments on commit b5be362

Please sign in to comment.