neovim: cleanup config
This commit is contained in:
parent
b18db5be1a
commit
163200a472
1 changed files with 6 additions and 5 deletions
|
@ -93,8 +93,7 @@ in {
|
||||||
\ 'ctagsargs' : '-sort -silent'
|
\ 'ctagsargs' : '-sort -silent'
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
" syntastic {
|
||||||
" syntastic
|
|
||||||
au FileType qf setlocal wrap linebreak
|
au FileType qf setlocal wrap linebreak
|
||||||
let g:syntastic_always_populate_loc_list = 1
|
let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 0
|
let g:syntastic_auto_loc_list = 0
|
||||||
|
@ -111,17 +110,18 @@ in {
|
||||||
\ 'dir': '\v[\/]\.(git|hg|svn|)$$',
|
\ 'dir': '\v[\/]\.(git|hg|svn|)$$',
|
||||||
\ 'file': '\v\.(exe|so|dll)$$',
|
\ 'file': '\v\.(exe|so|dll)$$',
|
||||||
\ }
|
\ }
|
||||||
|
" }
|
||||||
|
|
||||||
|
|
||||||
"au BufRead,BufNewFile *.txt,*.md,*.markdown setlocal spell spelllang=de_de,en_us
|
" sync default register to clipboard {
|
||||||
|
|
||||||
" sync default register to clipboard
|
|
||||||
if has('unnamedplus')
|
if has('unnamedplus')
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
else
|
else
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
endif
|
endif
|
||||||
|
" }
|
||||||
|
|
||||||
|
" colored brackets {
|
||||||
let g:rbpt_colorpairs = [
|
let g:rbpt_colorpairs = [
|
||||||
\ ['brown', 'RoyalBlue3'],
|
\ ['brown', 'RoyalBlue3'],
|
||||||
\ ['Darkblue', 'SeaGreen3'],
|
\ ['Darkblue', 'SeaGreen3'],
|
||||||
|
@ -147,6 +147,7 @@ in {
|
||||||
au Syntax * RainbowParenthesesLoadRound
|
au Syntax * RainbowParenthesesLoadRound
|
||||||
au Syntax * RainbowParenthesesLoadSquare
|
au Syntax * RainbowParenthesesLoadSquare
|
||||||
au Syntax * RainbowParenthesesLoadBraces
|
au Syntax * RainbowParenthesesLoadBraces
|
||||||
|
" }
|
||||||
|
|
||||||
set t_ut=
|
set t_ut=
|
||||||
colorscheme PaperColor
|
colorscheme PaperColor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue