nvim: ale is now only for shell scripts
This commit is contained in:
parent
d29740af0f
commit
253fa5ff11
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ return require('packer').startup(function()
|
||||||
}
|
}
|
||||||
use { -- ALE: Support for lots of linters, etc
|
use { -- ALE: Support for lots of linters, etc
|
||||||
'dense-analysis/ale',
|
'dense-analysis/ale',
|
||||||
ft = {'sh', 'zsh', 'zshrc', 'bashrc', 'bash', 'html', 'vim', 'lua', 'tex'},
|
ft = {'sh', 'zsh', 'zshrc', 'bashrc', 'bash'},
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.ale_disable_lsp = 1
|
vim.g.ale_disable_lsp = 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue