]> git.huck.website - nvim.git/commitdiff
removed: unused lsps
authorHuck Boles <huck@huck.website>
Sun, 7 Apr 2024 14:15:16 +0000 (07:15 -0700)
committerHuck Boles <huck@huck.website>
Sun, 7 Apr 2024 14:15:31 +0000 (07:15 -0700)
lua/plugins/lsp.lua

index 93ba93e13ce2babd19d0cb0d7ecdd1332690f368..c937c1fd848c4bfac83215a3d152119ae879f0f5 100644 (file)
@@ -68,10 +68,7 @@ return {
             -- servers to setup
             local lsp = require("lspconfig")
 
-            lsp.bashls.setup({ on_attach = keybinds })
             lsp.clangd.setup({ on_attach = keybinds })
-            lsp.cssls.setup({ on_attach = keybinds })
-            lsp.html.setup({ on_attach = keybinds })
             lsp.solargraph.setup({ on_attach = keybinds })
             lsp.julials.setup({ on_attach = keybinds })
             lsp.texlab.setup({ on_attach = keybinds })