summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-04-30 16:33:05 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-04-30 16:33:05 -0400
commit4252450f86624adf31b57f0863825b0539df119c (patch)
tree4fa85dab9df30ca12694fd201de9648c2648f814 /.vim
parent514f130fa95f2cc24cbccdf7e8b8dd2b38b52f58 (diff)
downloaddotfiles-4252450f86624adf31b57f0863825b0539df119c.tar.xz
dotfiles-4252450f86624adf31b57f0863825b0539df119c.zip
updated a bunch of configs, added some themes
Diffstat (limited to '.vim')
-rw-r--r--.vim/coc-settings.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json
index 443f5e6..3886f16 100644
--- a/.vim/coc-settings.json
+++ b/.vim/coc-settings.json
@@ -1,6 +1,6 @@
{
"coc.preferences.formatOnSaveFiletypes": [
- "hbs",
+ "handlebars",
"javascript",
"css",
"html",
@@ -12,9 +12,11 @@
"xml"
],
"rust-analyzer.checkOnSave.command": "clippy",
- "rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
+ "rust-analyzer.server.path": "/usr/local/bin/rust-analyzer",
"diagnostic.warningSign": "󰀦",
"diagnostic.errorSign": "󰚑",
"prettier.trailingComma": "none",
- "prettier.arrowParens": "avoid"
+ "prettier.arrowParens": "avoid",
+ "prettier.disableLanguages": ["handlebars"],
+ "prettier.proseWrap": "always"
}