diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-16 17:32:53 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-16 17:32:53 +0100 |
| commit | 179c9b92e7744b9e2aecbf7e619bd0628d1a9342 (patch) | |
| tree | 6588eb3b558d389d77ea0967b1a9ef3f6f8c4202 /nvim/lua/config/lsp.lua | |
| parent | 317f6a89c3ddbbd175da45e0e7058edea8d93249 (diff) | |
remove redundant bashls config
Diffstat (limited to 'nvim/lua/config/lsp.lua')
| -rw-r--r-- | nvim/lua/config/lsp.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nvim/lua/config/lsp.lua b/nvim/lua/config/lsp.lua index b937731..3a5d6b6 100644 --- a/nvim/lua/config/lsp.lua +++ b/nvim/lua/config/lsp.lua @@ -17,12 +17,9 @@ vim.lsp.config('jsonls', { }) -- requires bash-language-server, shellcheck is a nice optional addition -vim.lsp.config.bashls = { - cmd = { 'bash-language-server', 'start' }, - filetypes = { 'bash', 'sh' } -} vim.lsp.enable('bashls') +-- npm i -g yaml-language-server vim.lsp.enable('yamlls', { settings = { yaml = { |
