Sync package lists.
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -25,7 +25,7 @@ set directory=~/.vim/swap//,~/tmp/,/var/tmp/,/tmp/,.
|
||||
set backupdir=~/.vim/backup//,~/tmp/,/var/tmp/,/tmp/,.
|
||||
" Persistant undo
|
||||
" :help undo-persistence
|
||||
set undodir=~/.vim/undo//,~/tmp/,/var/tmp/,/tmp/,.
|
||||
set undodir=~/.vim/undodir//,~/tmp/,/var/tmp/,/tmp/,.
|
||||
set undofile
|
||||
|
||||
" Combine vim clipboard with global clipboard buffer
|
||||
@@ -141,7 +141,7 @@ nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
||||
"let g:colorizer_colornames = 0 " Don't color literal names, like red, green, etc
|
||||
let g:colorizer_auto_color = 0
|
||||
""let g:colorizer_skip_comments = 1
|
||||
""let g:colorizer_auto_filetype ='css,html,vim'
|
||||
let g:colorizer_auto_filetype ='css,html,qml'
|
||||
nnoremap <C-c> :ColorToggle<CR>
|
||||
|
||||
" Symbols important to vim / terminal layouts
|
||||
|
||||
Reference in New Issue
Block a user