From 5b99a853badf2186aa1fab127d4933d7fce82b58 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 11 Apr 2023 00:34:03 +0300 Subject: replace tokyonight with onedark --- nvim/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/init.vim') diff --git a/nvim/init.vim b/nvim/init.vim index c03a2a7..1e33260 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -8,7 +8,7 @@ endif call plug#begin() Plug 'morhetz/gruvbox' -Plug 'folke/tokyonight.nvim' +Plug 'navarasu/onedark.nvim' Plug 'preservim/nerdtree' Plug 'jreybert/vimagit' Plug 'tpope/vim-commentary' @@ -19,6 +19,7 @@ call plug#end() let g:gruvbox_termcolors = 16 let g:gruvbox_italic = 1 +let g:onedark_config = { 'style': 'dark', 'term_colors': 'true', 'transparent': 'true' } " let g:SuperTabDefaultCompletionType = "context" " let g:SuperTabContextDefaultCompletionType = "" -- cgit v1.2.3