feat: notermguicolors; feat: pdflatex compilation shorthand
This commit is contained in:
parent
9afc6cf410
commit
2d8d5892f5
@ -42,6 +42,7 @@ Plug 'roxma/nvim-yarp'
|
||||
Plug 'roxma/vim-hug-neovim-rpc'
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'vim-syntastic/syntastic'
|
||||
"Plug 'rust-lang/rust.vim', { 'for': 'rust' }
|
||||
call plug#end()
|
||||
|
||||
let g:airline_powerline_fonts = 1
|
||||
@ -133,7 +134,7 @@ nmap <Leader>nt :NERDTreeToggle<CR>
|
||||
|
||||
vmap gb :<C-U>!git blame % -L<C-R>=line("'<") <CR>,<C-R>=line("'>") <CR><CR>
|
||||
nmap gb :!git blame %<CR>
|
||||
nmap <silent> <Leader>ll w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex
|
||||
nmap <silent> <Leader>ll :w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex<CR><CR>
|
||||
|
||||
|
||||
" ------ wayland copy
|
||||
@ -294,4 +295,4 @@ set mouse=a " enable mouse in n,v,i,c,h modes
|
||||
|
||||
set laststatus=2 " show powerline status bar
|
||||
set t_Co=256
|
||||
set termguicolors
|
||||
set notermguicolors
|
||||
|
Loading…
Reference in New Issue
Block a user