nvim: removed cmake from ale lint list

This commit is contained in:
PowerUser64 2021-09-23 17:13:06 -07:00
parent 37575bcd55
commit bcf4c2b2b5

View file

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