nvim: bash lsp has shellcheck! I don't need ale any more.
This commit is contained in:
parent
2abe191f35
commit
5ba64363f8
1 changed files with 7 additions and 7 deletions
|
@ -137,13 +137,13 @@ return require('packer').startup({function()
|
|||
vim.cmd 'nnoremap <Leader>so <cmd>SymbolsOutline<CR>'
|
||||
end,
|
||||
}
|
||||
use { -- ALE: Support for lots of linters, etc
|
||||
'dense-analysis/ale',
|
||||
ft = {'sh', 'zsh', 'zshrc', 'bashrc', 'bash'},
|
||||
config = function()
|
||||
vim.g.ale_disable_lsp = 1
|
||||
end
|
||||
}
|
||||
-- use { -- ALE: Support for lots of linters, etc
|
||||
-- 'dense-analysis/ale',
|
||||
-- ft = {'sh', 'zsh', 'zshrc', 'bashrc', 'bash'},
|
||||
-- config = function()
|
||||
-- vim.g.ale_disable_lsp = 1
|
||||
-- end
|
||||
-- }
|
||||
---- DAP (Debug Adapter Protocol)
|
||||
use { -- nvim-dap: DAP support
|
||||
'mfussenegger/nvim-dap',
|
||||
|
|
Loading…
Add table
Reference in a new issue