added ncmpcpp and picom configs

This commit is contained in:
2023-06-14 11:26:22 +05:30
parent 3168dc1d61
commit d1efbf403c
8 changed files with 1200 additions and 7 deletions

2
.vimrc
View File

@@ -15,6 +15,7 @@ call plug#begin('~/.vim/plugged')
Plug 'vim-syntastic/syntastic'
Plug 'ryanoasis/vim-devicons'
Plug 'sheerun/vim-polyglot'
Plug 'ycm-core/YouCompleteMe'
call plug#end()
let g:airline#extensions#tabline#enabled = 1
@@ -22,3 +23,4 @@ let g:airline_powerline_fonts = 1
map <C-c> :!pdflatex main.tex<CR><CR>
map <C-p> :!zathura main.pdf & disown<CR><CR>
map <C-t> :!(alacritty --working-directory $(pwd) & disown) <CR><CR>