nvim: new filetype list for ale

This commit is contained in:
PowerUser64 2021-10-20 20:57:38 -07:00
parent ffae217fbf
commit 7f6c2916de

View file

@ -82,7 +82,7 @@ return require('packer').startup(function()
}
use { -- ALE: Support for lots of linters, etc
'dense-analysis/ale',
ft = {'sh', 'zsh', 'bash', 'html', 'markdown', 'racket', 'vim', 'tex'},
ft = {'sh', 'zsh', 'zshrc', 'bashrc', 'bash', 'html', 'markdown', 'vim', 'lua', 'tex'},
config = function()
vim.g.ale_disable_lsp = 1
end