mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Remove redundant tmux conf syntax
This commit is contained in:
3
vimrc
3
vimrc
@@ -15,7 +15,6 @@ Plug 'Valloric/MatchTagAlways'
|
|||||||
Plug 'ayuanx/vim-mark-standalone'
|
Plug 'ayuanx/vim-mark-standalone'
|
||||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||||
Plug 'dogrover/vim-pentadactyl'
|
Plug 'dogrover/vim-pentadactyl'
|
||||||
Plug 'ericpruitt/tmux.vim'
|
|
||||||
if has("patch-8.0.1453")
|
if has("patch-8.0.1453")
|
||||||
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
|
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
|
||||||
endif
|
endif
|
||||||
@@ -379,8 +378,6 @@ endfunction
|
|||||||
"remove all trailing whitespace for specified files before write
|
"remove all trailing whitespace for specified files before write
|
||||||
autocmd BufWritePre * :call <SID>StripTrailingWhitespaces(0, 'n')
|
autocmd BufWritePre * :call <SID>StripTrailingWhitespaces(0, 'n')
|
||||||
|
|
||||||
"set correct filetype for tmux
|
|
||||||
autocmd BufRead *.tmux.conf set filetype=tmux
|
|
||||||
autocmd BufRead *.mako set filetype=mako
|
autocmd BufRead *.mako set filetype=mako
|
||||||
autocmd BufRead *.ass, *asm set filetype=kickass
|
autocmd BufRead *.ass, *asm set filetype=kickass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user