nvim: removed cmake from ale lint list
This commit is contained in:
parent
37575bcd55
commit
bcf4c2b2b5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,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', 'bash', 'cmake', 'html', 'markdown', 'racket', 'vim', 'tex'},
|
ft = {'sh', 'zsh', 'bash', 'html', 'markdown', 'racket', 'vim', 'tex'},
|
||||||
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