new: nvim: rewrite julials managing scripts with julia for cross-platform compatibility

This commit is contained in:
qwjyh 2023-10-13 20:44:34 +09:00
parent 5c27c02e69
commit 2497b9b54d
3 changed files with 33 additions and 1 deletions

View file

@ -533,8 +533,13 @@ lspconfig.powershell_es.setup {
-- -- jetls
-- lspconfig.jetls.setup {}
-- ccls
-- -- csharp
-- lspconfig.omnisharp.setup {
-- cmd = {'omnisharp'},
-- }
local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake", "html", }
local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake",
"csharp_ls", "html", }
for _, ls in pairs(lss) do
lspconfig[ls].setup {
on_attach = on_attach,