Removed color theme from nvim
This commit is contained in:
parent
4564124b5c
commit
9fc75d97f2
@ -37,7 +37,6 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
|
||||
Plug 'https://github.com/alvan/vim-closetag'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'https://github.com/github/copilot.vim'
|
||||
Plug 'https://github.com/morhetz/gruvbox'
|
||||
call plug#end()
|
||||
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
@ -46,8 +45,6 @@ let g:auto_save = 1
|
||||
let mapleader =","
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
color gruvbox
|
||||
|
||||
" REMAPPING
|
||||
" jump to last known position when opening a file
|
||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user