chore(vim): remove rescript lsp its all about clojure now
This commit is contained in:
parent
d196ed266b
commit
fe3f670b97
1 changed files with 0 additions and 7 deletions
|
|
@ -8,13 +8,6 @@ local servers = {
|
|||
-- about loosing the html and css one and living with typescript, rescript
|
||||
-- and emmet
|
||||
tsserver = {},
|
||||
rescriptls = {
|
||||
cmd = {
|
||||
os.getenv "NVM_BIN" .. "/node",
|
||||
os.getenv "HOME" .. "/.config/nvim/pack/bundle/start/vim-rescript/server/out/server.js",
|
||||
"--stdio",
|
||||
},
|
||||
},
|
||||
html = {},
|
||||
cssls = {},
|
||||
clojure_lsp = {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue