Update
This commit is contained in:
parent
65013e1ac5
commit
f559e8b242
@ -216,3 +216,9 @@ augroup END
|
|||||||
let g:lsp_auto_enable = 0
|
let g:lsp_auto_enable = 0
|
||||||
|
|
||||||
" command -nargs=0 LspStart call lsp#activate()
|
" command -nargs=0 LspStart call lsp#activate()
|
||||||
|
|
||||||
|
|
||||||
|
" clap
|
||||||
|
command -nargs=* Rag Clap grep ++query='<args>'
|
||||||
|
let g:clap_layout = {'relative': 'editor', 'width': '95%', 'height': '33%', 'row': '33%', 'col': '5%'}
|
||||||
|
let g:clap_use_pure_python = 1
|
||||||
|
@ -320,7 +320,7 @@ vnoremap <silent> <F10> <ESC>:call NERDComment("v", "Toggle")<cr>
|
|||||||
nmap <C-F4> :YcmCompleter GoTo<CR>:wincmd o<CR>
|
nmap <C-F4> :YcmCompleter GoTo<CR>:wincmd o<CR>
|
||||||
|
|
||||||
" vim-clap
|
" vim-clap
|
||||||
nnoremap <leader>ag :Clap grep2 ++query=<cword><CR>
|
nnoremap <leader>ag :Clap grep ++query=<cword><CR>
|
||||||
" nnoremap <silent> <leader>tg :Clap proj_tags ++query=<cword><CR>
|
" nnoremap <silent> <leader>tg :Clap proj_tags ++query=<cword><CR>
|
||||||
nmap <C-f> :Clap files<CR>
|
nmap <C-f> :Clap files<CR>
|
||||||
nmap <C-t> :Clap tags<CR>
|
nmap <C-t> :Clap tags<CR>
|
||||||
|
@ -10,10 +10,10 @@ repo = 'vim-scripts/genindent.vim'
|
|||||||
repo = 'scrooloose/nerdcommenter'
|
repo = 'scrooloose/nerdcommenter'
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
repo = 'scrooloose/nerdtree'
|
repo = 'scrooloose/nerdtree'
|
||||||
on_cmd = 'NERDTreeToggle'
|
on_event = 'NERDTreeToggle'
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
repo = 'Xuyuanp/nerdtree-git-plugin'
|
repo = 'Xuyuanp/nerdtree-git-plugin'
|
||||||
on_cmd = 'NERDTreeToggle'
|
on_event = 'NERDTreeToggle'
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
repo = 'xolox/vim-easytags'
|
repo = 'xolox/vim-easytags'
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
|
5
vimrc
5
vimrc
@ -3,6 +3,8 @@
|
|||||||
" no ATTENTION messages when swap file is already found
|
" no ATTENTION messages when swap file is already found
|
||||||
set shortmess+=A
|
set shortmess+=A
|
||||||
|
|
||||||
|
let g:pymode_python = 'python3'
|
||||||
|
|
||||||
" plugin stuff
|
" plugin stuff
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
@ -37,8 +39,6 @@ if dein#load_state('/home/jule/.cache/dein')
|
|||||||
call dein#save_state()
|
call dein#save_state()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" ===== further plugin initialization and default config =====
|
" ===== further plugin initialization and default config =====
|
||||||
so ~/.vim/plugged/cmdalias.vim/plugin/cmdalias.vim
|
so ~/.vim/plugged/cmdalias.vim/plugin/cmdalias.vim
|
||||||
|
|
||||||
@ -93,6 +93,7 @@ set directory=~/.vimtmp
|
|||||||
set modeline
|
set modeline
|
||||||
set modelines=1
|
set modelines=1
|
||||||
set autoindent
|
set autoindent
|
||||||
|
set laststatus=2
|
||||||
|
|
||||||
let g:nickID = 'hasufell'
|
let g:nickID = 'hasufell'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user