diff options
Diffstat (limited to 'lua/lang/sh.lua')
| -rw-r--r-- | lua/lang/sh.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/lang/sh.lua b/lua/lang/sh.lua index 28c857d5..f2a7fe78 100644 --- a/lua/lang/sh.lua +++ b/lua/lang/sh.lua @@ -55,6 +55,7 @@ M.lint = function()      require("lspconfig").efm.setup {        -- init_options = {initializationOptions},        cmd = { DATA_PATH .. "/lspinstall/efm/efm-langserver" }, +      on_attach = require("lsp").common_on_attach,        init_options = { documentFormatting = true, codeAction = false },        root_dir = require("lspconfig").util.root_pattern ".git/",        filetypes = { "sh" }, | 
