mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: enable folds by default
This commit is contained in:
parent
b280360a16
commit
5e4fa5ef03
|
@ -13,7 +13,7 @@ colorscheme gruvbox
|
|||
set nowrap
|
||||
set mouse=a
|
||||
set relativenumber number
|
||||
set foldlevelstart=3 foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
|
||||
set foldlevelstart=3 foldmethod=indent foldenable "without nofoldenable all folds are closed at startup"
|
||||
set ttymouse=xterm2 " fix mouse when used in tmux/byobu https://unix.stackexchange.com/q/50733
|
||||
|
||||
set nobackup nowb noswapfile " no need for backups of every file
|
||||
|
|
Loading…
Reference in New Issue
Block a user