mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Separated filetype specific settings into ftplugin directory,
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
This commit is contained in:
8
ftplugin/snippet/common.vim
Normal file
8
ftplugin/snippet/common.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
set nolist
|
||||
set tabstop=4
|
||||
set autoindent
|
||||
"set foldmethod=manual
|
||||
set noexpandtab
|
||||
set shiftwidth=4
|
||||
set noexpandtab
|
||||
set list
|
||||
Reference in New Issue
Block a user