瀏覽代碼

setup basic ale stuff

Chris 5 年之前
父節點
當前提交
148fa549a4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 2
      coc-settings.json
  2. 1 0
      plug-config/ale.vim

+ 1 - 2
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,

+ 1 - 0
plug-config/ale.vim

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