From ae64b49f077c636207c57e8746a73c4570b6ebe0 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Fri, 21 Jan 2022 08:13:45 +0000 Subject: [PATCH] Delete '.config/nvim/coc-settings.json' --- .config/nvim/coc-settings.json | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .config/nvim/coc-settings.json diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json deleted file mode 100644 index a7cf24c..0000000 --- a/.config/nvim/coc-settings.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "codeLens.enable": true, - "languageserver": { - "vimls": { - "command": "vim-language-server", - "args": ["--stdio"], - "initializationOptions": { - "isNeovim": true, - "iskeyword": "@,48-57,_,192-255,-#", - "vimruntime": "", - "runtimepath": "", - "diagnostic": { - "enable": true - }, - "indexes": { - "runtimepath": true, - "gap": 100, - "count": 3, - "projectRootPatterns" : ["strange-root-pattern", ".git", "autoload", "plugin"] - }, - "suggest": { - "fromVimruntime": true, - "fromRuntimepath": false - } - }, - "filetypes": [ "vim" ] - }, - "sql": { - "command": "sql-language-server", - "args" : ["up", "--method", "stdio"], - "filetypes": ["sql", "mysql"] - }, - "graphql": { - "command": "graphql-lsp", - "args": ["server", "-m", "stream"], - "filetypes": ["typescript", "typescriptreact", "graphql"] - } - } -}