summaryrefslogtreecommitdiff
path: root/.config/nvim/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/coc-settings.json')
-rwxr-xr-x.config/nvim/coc-settings.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
deleted file mode 100755
index 22e27a8..0000000
--- a/.config/nvim/coc-settings.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "languageserver": {
- "bash": {
- "command": "bash-language-server",
- "args": [
- "start"
- ],
- "filetypes": [
- "sh",
- "PKGBUILD"
- ]
- }
- },
- "python.linting.flake8Enabled": true,
- "coc.preferences.formatOnSaveFiletypes": [
- "json"
- ]
-}