diff options
| author | christianchiarulli <[email protected]> | 2021-04-07 00:29:10 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-04-07 00:29:10 -0400 | 
| commit | f6e7eb755cb79719c809fac3879c5badcce562a7 (patch) | |
| tree | 53a7ec110bf4f5c172a8c28e1eebc057876d917a /lua/lsp | |
| parent | 246867804ebf3534a72acbb357b6161bc45b0002 (diff) | |
updates
Diffstat (limited to 'lua/lsp')
| -rw-r--r-- | lua/lsp/bash-ls.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lua/lsp/bash-ls.lua b/lua/lsp/bash-ls.lua index 9131e9c9..7b430a6e 100644 --- a/lua/lsp/bash-ls.lua +++ b/lua/lsp/bash-ls.lua @@ -1,5 +1,6 @@  -- npm i -g bash-language-server  require'lspconfig'.bashls.setup {      cmd = {DATA_PATH .. "/lspinstall/bash/node_modules/.bin/bash-language-server", "start"}, -    on_attach = require'lsp'.common_on_attach +    on_attach = require'lsp'.common_on_attach, +    filetypes = { "sh", "zsh" }  } | 
