diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 07:33:10 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 07:33:10 +0800 |
commit | 517f2d8c6d3cfc36a73a35941e20e3701cf2766f (patch) | |
tree | 7abb7eff69f55dcae8182c1a9aa0ec574f97b335 | |
parent | 2bb13c51d9f9edaf0fc068b6746344358877c6d8 (diff) |
Add language server
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -408,6 +408,8 @@ end | |||
408 | local servers = { | 408 | local 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 = {}, |