summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-10 16:34:36 -0400
committerChris <[email protected]>2020-08-10 16:34:36 -0400
commit148fa549a4fef98ecd586aad8016eb7312b2ce25 (patch)
tree5a62e5b9ca8b9c1776b8093de2e82417419ebd70
parentc9137db6971631102c487170f154bfadb817ccbb (diff)
setup basic ale stuff
-rw-r--r--coc-settings.json3
-rw-r--r--plug-config/ale.vim1
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