diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-13 11:16:29 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-13 11:16:29 +0100 |
| commit | a524b71f558dcdd4f050f3e3f8a1ad2eac7443bd (patch) | |
| tree | 6e8dab807ee65acbe6c507f086ecba2f5c2d00e1 /.vimrc | |
| parent | ef554a4c34fde7b66c13bc97f8168e432353ed7c (diff) | |
| download | dotfiles-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-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 " }}} """""""""""" |
