aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-12-13 11:16:29 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-12-13 11:16:29 +0100
commita524b71f558dcdd4f050f3e3f8a1ad2eac7443bd (patch)
tree6e8dab807ee65acbe6c507f086ecba2f5c2d00e1 /.vimrc
parentef554a4c34fde7b66c13bc97f8168e432353ed7c (diff)
downloaddotfiles-a524b71f558dcdd4f050f3e3f8a1ad2eac7443bd.tar.gz
dotfiles-a524b71f558dcdd4f050f3e3f8a1ad2eac7443bd.tar.bz2
dotfiles-a524b71f558dcdd4f050f3e3f8a1ad2eac7443bd.zip
Improving feedback on clone with project-open, Updated shiftwidth=2 widht setlocal instead of set to avoid poluting the other buffers, Updated newsboat video stream with mpv to enable going forward/backward
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 37681a0..89fb3e5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -240,7 +240,7 @@ autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
-autocmd FileType lisp,html,css set shiftwidth=2
+autocmd FileType lisp,html,css setlocal shiftwidth=2
" }}}
""""""""""""