new files from arch added

This commit is contained in:
2022-06-05 13:59:34 +05:30
parent c2401fb4ac
commit 1f34c0e4ee
13 changed files with 631 additions and 226 deletions

20
.vimrc
View File

@@ -7,26 +7,6 @@ set tabstop=4 softtabstop=4
set autoindent
set incsearch
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'vim-airline/vim-airline'
"Plug 'morhetz/gruvbox'
Plug '/vim-airline/vim-airline-themes'
Plug 'Raimondi/delimitMate'
Plug 'vim-syntastic/syntastic'
Plug 'rafi/awesome-vim-colorschemes'
Plug 'ryanoasis/vim-devicons'
Plug 'sheerun/vim-polyglot'
"Plug 'davidhalter/jedi-vim'
"Plug 'ryanoasis/nerd-fonts'
call plug#end()
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
"colorscheme onedark
"let g:airline_theme='gruvbox'
map <C-c> :!pdflatex main.tex<CR><CR>
map <C-p> :!zathura main.pdf & disown<CR><CR>