summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-26 12:05:57 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-26 12:05:57 -0500
commit7cd703e1809d3e7cdd8a7974ef5a8d40330da4fb (patch)
tree84b3ac7e171dff19270fca82e6f6dcf4e9e47685 /.vim
parent0d17c0329b0115769b4a511846aba975e259c75e (diff)
downloaddotfiles-7cd703e1809d3e7cdd8a7974ef5a8d40330da4fb.tar.xz
dotfiles-7cd703e1809d3e7cdd8a7974ef5a8d40330da4fb.zip
added coc-settings, updated a bunch of stuff
Diffstat (limited to '.vim')
-rw-r--r--.vim/coc-settings.json20
-rw-r--r--.vim/spell/en.utf-8.add2
-rw-r--r--.vim/spell/en.utf-8.add.splbin199 -> 225 bytes
3 files changed, 22 insertions, 0 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json
new file mode 100644
index 0000000..443f5e6
--- /dev/null
+++ b/.vim/coc-settings.json
@@ -0,0 +1,20 @@
+{
+ "coc.preferences.formatOnSaveFiletypes": [
+ "hbs",
+ "javascript",
+ "css",
+ "html",
+ "json",
+ "liquid",
+ "markdown",
+ "rust",
+ "vue",
+ "xml"
+ ],
+ "rust-analyzer.checkOnSave.command": "clippy",
+ "rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
+ "diagnostic.warningSign": "󰀦",
+ "diagnostic.errorSign": "󰚑",
+ "prettier.trailingComma": "none",
+ "prettier.arrowParens": "avoid"
+}
diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add
index 9678593..df97f5d 100644
--- a/.vim/spell/en.utf-8.add
+++ b/.vim/spell/en.utf-8.add
@@ -9,3 +9,5 @@ usr
Burbage
Scottsfield
Amberly
+Vierne
+badass
diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl
index 3740a87..c072478 100644
--- a/.vim/spell/en.utf-8.add.spl
+++ b/.vim/spell/en.utf-8.add.spl
Binary files differ