update
This commit is contained in:
parent
80cdfee138
commit
b9c532ce5e
5 changed files with 38 additions and 22 deletions
24
vimrc
24
vimrc
|
|
@ -25,25 +25,6 @@ if !has('nvim')
|
|||
|
||||
Plug '~/.config/vim/vim/bundle/vim-learnxiny'
|
||||
|
||||
" #Ctrlp {{{
|
||||
" Plug 'ctrlpvim/ctrlp.vim'
|
||||
" " :h ctrlp-commands
|
||||
" " :h ctrlp-extensions
|
||||
"
|
||||
" let g:ctrlp_extensions = ['tag', 'buffertag', 'quickfix', 'undo']
|
||||
"
|
||||
" if executable('ag')
|
||||
" " Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
|
||||
" let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
|
||||
" " ag is fast enough that CtrlP doesn't need to cache
|
||||
" let g:ctrlp_use_caching = 0
|
||||
" endif
|
||||
" " Use ag over grep
|
||||
" if executable('ag')
|
||||
" set grepprg=ag\ --nogroup\ --nocolor\ --ignore\ node_modules
|
||||
" endif
|
||||
|
||||
"}}}
|
||||
" #Netrw {{{
|
||||
|
||||
let g:netrw_liststyle=3
|
||||
|
|
@ -181,7 +162,7 @@ if g:vimrc_load_dev_plugins
|
|||
" #ALE {{{
|
||||
" https://github.com/w0rp/ale
|
||||
Plug 'w0rp/ale'
|
||||
let g:ale_completion_enabled = 1
|
||||
" let g:ale_completion_enabled = 1
|
||||
|
||||
let g:ale_sign_column_always = 1
|
||||
let g:ale_open_list = 0
|
||||
|
|
@ -1067,7 +1048,7 @@ set number relativenumber
|
|||
set hlsearch
|
||||
|
||||
" set completeopt=menuone,preview
|
||||
set completeopt=menuone,noselect
|
||||
set completeopt=menuone
|
||||
|
||||
set nospell
|
||||
set spelllang=en_gb
|
||||
|
|
@ -1233,6 +1214,7 @@ inoremap "; "";<Left><Left>
|
|||
inoremap '' ''<Left>
|
||||
inoremap ''' ''
|
||||
inoremap '; '';<Left><Left>
|
||||
inoremap `` ``<left>
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue