From 148fa549a4fef98ecd586aad8016eb7312b2ce25 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 10 Aug 2020 16:34:36 -0400 Subject: setup basic ale stuff --- coc-settings.json | 3 +-- plug-config/ale.vim | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 plug-config/ale.vim 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 -- cgit v1.2.3