gruvbox colors, and back to rofi as launcher

This commit is contained in:
Grigory Shipunov 2022-08-12 01:07:11 +02:00
parent 205f8c10eb
commit f04b6b14b5
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 67 additions and 32 deletions

View file

@ -26,7 +26,8 @@ Plug 'neomutt/neomutt.vim'
Plug 'kassio/neoterm'
" pretty bits
Plug 'jeffkreeftmeijer/vim-dim'
Plug 'gruvbox-community/gruvbox'
Plug 'vim-airline/vim-airline'
Plug 'luochen1990/rainbow'
" Git
@ -44,8 +45,10 @@ call plug#end()
autocmd BufRead,BufNewFile *.nasm set filetype=nasm
" Theme
colorscheme dim
set termguicolors
let g:gruvbox_contrast_dark = 'hard'
colorscheme gruvbox
let g:airline_theme = 'gruvbox'
let g:rainbow_active = 1 " rainbow delimiters
" langmap russian
@ -67,7 +70,6 @@ let maplocalleader = "\\"
set nobackup nowritebackup
set noswapfile
set guicursor=
" autosmartident
set ai
@ -148,6 +150,3 @@ match RedundantSpaces /\s\+$/
" fzf
nmap <leader>f :Files<cr>
nmap <leader>b :Buffers<cr>
" set terminal title
set title