summaryrefslogtreecommitdiff
path: root/.config/nvim/coc-settings.json
diff options
context:
space:
mode:
authorseth <[email protected]>2022-07-01 21:51:47 -0400
committerseth <[email protected]>2022-08-04 04:40:57 -0400
commit210adb6461ec9ac8243f39e4efd6f78b041d4a01 (patch)
treee99d7010394d970e017c7fa9f5d7b420c502ae39 /.config/nvim/coc-settings.json
parentac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (diff)
xdg-ified
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"
+ ]
+}