[vim]matchit as vundle plugin
This commit is contained in:
parent
e1346a0f25
commit
4f7dbfbaf5
7
.vimrc
7
.vimrc
@ -69,7 +69,7 @@ au BufWinEnter * checktime
|
|||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
" don't use Ex mode, use Q for formatting
|
" don't use Ex mode, use Q for formatting
|
||||||
map Q gq
|
map Q gq
|
||||||
" disable mouse
|
" Enable mouse for 'a'll mode
|
||||||
set mouse=a
|
set mouse=a
|
||||||
" key combination timeout
|
" key combination timeout
|
||||||
set notimeout
|
set notimeout
|
||||||
@ -192,8 +192,6 @@ set incsearch
|
|||||||
set showmatch
|
set showmatch
|
||||||
" tenths of a second before blink matching brackets
|
" tenths of a second before blink matching brackets
|
||||||
set mat=5
|
set mat=5
|
||||||
" % match if/then/else/...
|
|
||||||
runtime macros/matchit.vim
|
|
||||||
" search word and list lines to jump with F3
|
" search word and list lines to jump with F3
|
||||||
" map <F3> [I:let nr = input("Which one: ") <Bar>execute "normal " . nr ."[\t"<CR>
|
" map <F3> [I:let nr = input("Which one: ") <Bar>execute "normal " . nr ."[\t"<CR>
|
||||||
" go to declaration with F5
|
" go to declaration with F5
|
||||||
@ -491,6 +489,9 @@ Plugin 'vim-scripts/Align'
|
|||||||
" open file at the given line with the file.txt:20 syntax
|
" open file at the given line with the file.txt:20 syntax
|
||||||
Plugin 'bogado/file-line'
|
Plugin 'bogado/file-line'
|
||||||
|
|
||||||
|
" % match if/then/else/html ...
|
||||||
|
Plugin 'tmhedberg/matchit'
|
||||||
|
|
||||||
" Kernel Formatting
|
" Kernel Formatting
|
||||||
Plugin 'gregkh/kernel-coding-style.git'
|
Plugin 'gregkh/kernel-coding-style.git'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user