mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Merge branch 'master' of https://github.com/don-philipe/dotfiles
This commit is contained in:
8
.vimrc
8
.vimrc
@@ -35,6 +35,11 @@ inoremap <expr>> strpart(getline('.'), col('.')-1, 1) == ">" ? "\<Right>" : ">"
|
||||
"inoremap " ""<Left>
|
||||
"inoremap ' ''<Left>
|
||||
|
||||
" Tab navigation
|
||||
nmap <C-t> :tabnew<CR>
|
||||
nmap <C-h> :tabprev<CR>
|
||||
nmap <C-l> :tabnext<CR>
|
||||
|
||||
" redefine some default colors
|
||||
highlight Search ctermfg=Black
|
||||
highlight Comment ctermfg=012
|
||||
@@ -66,6 +71,9 @@ Plug 'vim-airline/vim-airline'
|
||||
" Git diff in sign column
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
||||
" Latex plugin
|
||||
Plug 'lervag/vimtex'
|
||||
|
||||
" Python-mode
|
||||
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user