Skip to content

Commit

Permalink
chore: Remove unused language server
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Nov 13, 2023
1 parent 7c7c84f commit 1cef483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/devil/lsp/setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ local servers = {
rust_analyzer = require("devil.lsp.config.rust_analyzer"),
solargraph = require("devil.lsp.config.solargraph"),
taplo = require("devil.lsp.config.taplo"),
tsserver = require("devil.lsp.config.tsserver"),
-- tsserver = require("devil.lsp.config.tsserver"),
v_analyzer = require("devil.lsp.config.v_analyzer"),
vala_ls = require("devil.lsp.config.vala_ls"),
vimls = require("devil.lsp.config.vimls"),
Expand Down

0 comments on commit 1cef483

Please sign in to comment.