Author :
Azat Khuzhin
Date :
2023-02-04 14:56:53
Hash :a5b0ded3 Message :Add config for vim/nvim
.exrc
"
" Add this into your .vimrc, to allow vim handle this file.
"
" set exrc
" set secure " even after this this is kind of dangerous
"
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
" for detectindent plugin
let detectindent_preferred_indent=4
let g:detectindent_preferred_expandtab=0