mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
9 lines
121 B
VimL
9 lines
121 B
VimL
set nolist
|
|
set tabstop=4
|
|
set autoindent
|
|
"set foldmethod=manual
|
|
set noexpandtab
|
|
set shiftwidth=4
|
|
set noexpandtab
|
|
set list
|