setup basic ale stuff

This commit is contained in:
Chris 2020-08-10 16:34:36 -04:00
parent c9137db697
commit 148fa549a4
2 changed files with 2 additions and 2 deletions

View file

@ -13,9 +13,8 @@
"diagnostic.warningSign": " ",
"diagnostic.infoSign": "",
"diagnostic.hintSign": " ",
// "diagnostic.virtualText": true, // this won't work with codelens when error on same line
// "diagnostic.displayByAle": true,
// "diagnostic.virtualText": true, // this won't work with codelens when error on same line
// codelens TODO what does this get me?
// "codeLens.enable": true,

1
plug-config/ale.vim Normal file
View file

@ -0,0 +1 @@
let g:ale_disable_lsp = 1