diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-06-05 12:54:07 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-06-05 12:54:07 +0200 |
commit | 0447c58e759df165269ffe9182398881e650d923 (patch) | |
tree | 8b96a359c385fe4dab5dbbfb5aa72992dbc5be24 /Common/vimrc | |
parent | 8457757e7133a093cbf62985488a7e5d46d41f89 (diff) | |
download | dotfiles-0447c58e759df165269ffe9182398881e650d923.tar.gz dotfiles-0447c58e759df165269ffe9182398881e650d923.zip |
Some things
Diffstat (limited to 'Common/vimrc')
-rw-r--r-- | Common/vimrc | 4 |
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 |