chore(vim): remove rescript lsp its all about clojure now

This commit is contained in:
Ade Attwood 2023-06-02 18:04:21 +01:00
parent d196ed266b
commit fe3f670b97

View file

@ -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 = {},