diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json deleted file mode 100644 index 2081ef2..0000000 --- a/.config/nvim/coc-settings.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "languageserver": { - "golang": { - "command": "gopls", - "filetypes": [ - "go" - ], - "rootPatterns": [ - "go.mod", - ".vim/", - ".git/", - ".hg/" - ] - }, - "terraform": { - "command": "terraform-ls", - "args": [ - "serve" - ], - "filetypes": [ - "terraform", - "tf" - ], - "initializationOptions": {}, - "settings": {} - }, - "nix": { - "command": "rnix-lsp", - "filetypes": [ - "nix" - ] - } - } -}