feat: add fennel-ls
This commit is contained in:
parent
63f303b63e
commit
f95916a1d0
@ -9,6 +9,7 @@ vim.lsp.enable({
|
|||||||
"csharp_ls",
|
"csharp_ls",
|
||||||
"clojure_lsp",
|
"clojure_lsp",
|
||||||
"yamlls",
|
"yamlls",
|
||||||
|
'fennells'
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.config("csharp_ls", {
|
vim.lsp.config("csharp_ls", {
|
||||||
@ -17,6 +18,11 @@ vim.lsp.config("csharp_ls", {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.lsp.config('fennells', {
|
||||||
|
cmd = { 'fennel-ls' },
|
||||||
|
filetypes = { 'fennel' }
|
||||||
|
})
|
||||||
|
|
||||||
-- Global mappings.
|
-- Global mappings.
|
||||||
-- See `:help vim.diagnostic.*` for documentation on any of the below functions
|
-- See `:help vim.diagnostic.*` for documentation on any of the below functions
|
||||||
vim.keymap.set("n", "<space>e", vim.diagnostic.open_float, {
|
vim.keymap.set("n", "<space>e", vim.diagnostic.open_float, {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user