diff options
author | Chris <[email protected]> | 2020-08-10 16:34:36 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-10 16:34:36 -0400 |
commit | 148fa549a4fef98ecd586aad8016eb7312b2ce25 (patch) | |
tree | 5a62e5b9ca8b9c1776b8093de2e82417419ebd70 | |
parent | c9137db6971631102c487170f154bfadb817ccbb (diff) |
setup basic ale stuff
-rw-r--r-- | coc-settings.json | 3 | ||||
-rw-r--r-- | plug-config/ale.vim | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coc-settings.json b/coc-settings.json index be9be018..6ca58f16 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -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, diff --git a/plug-config/ale.vim b/plug-config/ale.vim new file mode 100644 index 00000000..a134e79f --- /dev/null +++ b/plug-config/ale.vim @@ -0,0 +1 @@ +let g:ale_disable_lsp = 1 |