aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-05-09 07:33:10 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-05-09 07:33:10 +0800
commit517f2d8c6d3cfc36a73a35941e20e3701cf2766f (patch)
tree7abb7eff69f55dcae8182c1a9aa0ec574f97b335
parent2bb13c51d9f9edaf0fc068b6746344358877c6d8 (diff)
Add language server
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 1ee00e4..ba66820 100644
--- a/init.lua
+++ b/init.lua
@@ -408,6 +408,8 @@ end
408local servers = { 408local servers = {
409 -- clangd = {}, 409 -- clangd = {},
410 -- gopls = {}, 410 -- gopls = {},
411 bashls = {},
412 html = {},
411 pyright = {}, 413 pyright = {},
412 rust_analyzer = {}, 414 rust_analyzer = {},
413 tsserver = {}, 415 tsserver = {},