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, 18 insertions, 0 deletions
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
new file mode 100755
index 0000000..22e27a8
--- /dev/null
+++ b/.config/nvim/coc-settings.json
@@ -0,0 +1,18 @@
+{
+ "languageserver": {
+ "bash": {
+ "command": "bash-language-server",
+ "args": [
+ "start"
+ ],
+ "filetypes": [
+ "sh",
+ "PKGBUILD"
+ ]
+ }
+ },
+ "python.linting.flake8Enabled": true,
+ "coc.preferences.formatOnSaveFiletypes": [
+ "json"
+ ]
+}