chore(config): add tabstop for nvim

main
sudo pacman -Syu 2021-09-24 14:14:58 +07:00
parent 85f1fe893d
commit bc1840b17c
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ set scrolloff=4
set virtualedit=block
set whichwrap=<,>,[,]
" tabstop
" https://www.reddit.com/r/vim/wiki/tabstop
set tabstop=8
set softtabstop=4
set shiftwidth=4
set expandtab
" True color
" https://gist.github.com/XVilka/8346728
if (empty($TMUX))