mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
add on attach to more langs
This commit is contained in:
parent
776c3ca935
commit
359c06d002
4 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,7 @@ M.lsp = function()
|
|||
|
||||
require("lspconfig").elmls.setup {
|
||||
cmd = { DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-language-server" },
|
||||
on_attach = require("lsp").common_on_attach,
|
||||
init_options = {
|
||||
elmAnalyseTrigger = "change",
|
||||
elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue