polybar added for arch install

This commit is contained in:
2022-07-01 11:50:33 +05:30
parent 72eaa478be
commit a922f9e4a8
13 changed files with 276 additions and 24 deletions

12
.vimrc
View File

@@ -7,6 +7,18 @@ set tabstop=4 softtabstop=4
set autoindent
set incsearch
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'vim-airline/vim-airline'
Plug '/vim-airline/vim-airline-themes'
Plug 'Raimondi/delimitMate'
Plug 'vim-syntastic/syntastic'
Plug 'ryanoasis/vim-devicons'
Plug 'sheerun/vim-polyglot'
call plug#end()
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
map <C-c> :!pdflatex main.tex<CR><CR>
map <C-p> :!zathura main.pdf & disown<CR><CR>