Updated vimrc
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
5358ae45da
commit
c4043612e6
@ -80,6 +80,9 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
" coc-cpp coc-c
|
" coc-cpp coc-c
|
||||||
" emerge dev-util/ccls
|
" emerge dev-util/ccls
|
||||||
|
|
||||||
|
" coc-perl
|
||||||
|
Plug 'ulwlu/coc-perl', {'do': 'yarn install && yarn build'}
|
||||||
|
|
||||||
" Enable gentoo-syntax in vim
|
" Enable gentoo-syntax in vim
|
||||||
Plug 'gentoo/gentoo-syntax'
|
Plug 'gentoo/gentoo-syntax'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
@ -172,13 +175,14 @@ let &t_SI = "\<esc>[6 q"
|
|||||||
let &t_EI = "\<esc>[2 q"
|
let &t_EI = "\<esc>[2 q"
|
||||||
|
|
||||||
" colors
|
" colors
|
||||||
hi Pmenu ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#64666d gui=NONE
|
"colorscheme zenburn
|
||||||
hi PmenuSel ctermfg=NONE ctermbg=24 cterm=NONE guifg=NONE guibg=#204a87 gui=NONE
|
colorscheme desert
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
hi Pmenu ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#64666d gui=NONE
|
||||||
|
hi PmenuSel ctermfg=NONE ctermbg=246 cterm=NONE guifg=NONE guibg=#204a87 gui=NONE
|
||||||
"hi Normal ctermbg=NONE
|
"hi Normal ctermbg=NONE
|
||||||
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
|
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
|
||||||
hi CursorLine ctermbg=235
|
hi CursorLine ctermbg=235
|
||||||
colorscheme zenburn
|
|
||||||
|
|
||||||
" columne
|
" columne
|
||||||
set textwidth=80
|
set textwidth=80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user