mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
added pydoc plugin added surround plugin instead of annoying (in the end) delimitMate plugin. removed some experimental files with colors added jythongold folding for python added rst snippets added tmux configuration filetype added pylint compiler updated pyflakes
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
|