From 1bf338884acf4c9bf53e4a2f6de4871abdc13d5b Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 4 Apr 2023 17:13:12 +0200 Subject: [PATCH] Remove redundant tmux conf syntax --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index fc03437..565d999 100644 --- a/vimrc +++ b/vimrc @@ -15,7 +15,6 @@ Plug 'Valloric/MatchTagAlways' Plug 'ayuanx/vim-mark-standalone' Plug 'davidhalter/jedi-vim', { 'for': 'python' } Plug 'dogrover/vim-pentadactyl' -Plug 'ericpruitt/tmux.vim' if has("patch-8.0.1453") Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' } endif @@ -379,8 +378,6 @@ endfunction "remove all trailing whitespace for specified files before write autocmd BufWritePre * :call StripTrailingWhitespaces(0, 'n') -"set correct filetype for tmux -autocmd BufRead *.tmux.conf set filetype=tmux autocmd BufRead *.mako set filetype=mako autocmd BufRead *.ass, *asm set filetype=kickass