theme
This commit is contained in:
		@@ -4,6 +4,8 @@ call plug#begin('~/.config/nvim/plugged')
 | 
			
		||||
Plug 'https://github.com/vim-airline/vim-airline' " status bset mouse=aar on the bottom
 | 
			
		||||
Plug 'https://github.com/preservim/nerdtree' " file tree
 | 
			
		||||
Plug 'https://github.com/airblade/vim-gitgutter' " git diff
 | 
			
		||||
Plug 'luochen1990/rainbow'
 | 
			
		||||
Plug 'navarasu/onedark.nvim'
 | 
			
		||||
" Plug 'https://github.com/weilbith/nvim-code-action-menu' " fix my shit helper window :)
 | 
			
		||||
Plug 'neoclide/coc.nvim', {'branch': 'release'} " code completion
 | 
			
		||||
 | 
			
		||||
@@ -20,10 +22,19 @@ call plug#end()
 | 
			
		||||
:set updatetime=250
 | 
			
		||||
:set tabstop=4 shiftwidth=4 smarttab
 | 
			
		||||
:highlight Comment ctermfg=Grey
 | 
			
		||||
:set background=light
 | 
			
		||||
" =============== Colors ====================
 | 
			
		||||
let g:onedark_config = {
 | 
			
		||||
	\ 'style': 'warmer',
 | 
			
		||||
\}
 | 
			
		||||
colorscheme onedark
 | 
			
		||||
:hi CocFloating 		guifg=clear 	guibg=#151515
 | 
			
		||||
:hi Pmenu 				guibg=#151515 	guifg=clear
 | 
			
		||||
 
 | 
			
		||||
" =============== NERDTree Config ================================================
 | 
			
		||||
:let NERDTreeShowHidden=1
 | 
			
		||||
"
 | 
			
		||||
" =============== Rainbow Config ================================================
 | 
			
		||||
:let g:rainbow_active = 1
 | 
			
		||||
 | 
			
		||||
" =============== COC Config ================================================
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user