aboutsummaryrefslogtreecommitdiff
path: root/Common/vimrc
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2022-06-05 12:54:07 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-06-05 12:54:07 +0200
commit0447c58e759df165269ffe9182398881e650d923 (patch)
tree8b96a359c385fe4dab5dbbfb5aa72992dbc5be24 /Common/vimrc
parent8457757e7133a093cbf62985488a7e5d46d41f89 (diff)
downloaddotfiles-0447c58e759df165269ffe9182398881e650d923.tar.gz
dotfiles-0447c58e759df165269ffe9182398881e650d923.zip
Some things
Diffstat (limited to 'Common/vimrc')
-rw-r--r--Common/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Common/vimrc b/Common/vimrc
index 56263bb..b2ecbff 100644
--- a/Common/vimrc
+++ b/Common/vimrc
@@ -591,3 +591,7 @@ endif
" git-blame
nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>
+
+" Disable annoying svelte indenting
+let g:svelte_indent_script = 0
+let g:svelte_indent_style = 0