nvim: new filetype list for ale
This commit is contained in:
parent
ffae217fbf
commit
7f6c2916de
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
|
||||
'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
|
||||
|
|
Loading…
Add table
Reference in a new issue