diff --git a/home/neovim.lua b/home/neovim.lua index dcbf11d..fe8b5a2 100644 --- a/home/neovim.lua +++ b/home/neovim.lua @@ -22,7 +22,8 @@ set termguicolors " 24-bit colors " let g:tokyonight_style = "day" " let g:tokyonight_italic_functions = 1 " colorscheme tokyonight -colorscheme sonokai +" colorscheme sonokai +colorscheme PaperColor ]]) -- I don't care about tabs. diff --git a/home/neovim.nix b/home/neovim.nix index aa0f32f..e7323b1 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -40,6 +40,9 @@ # Preferred theme tokyonight-nvim sonokai + dracula-vim + gruvbox + papercolor-theme (pkgs.vimUtils.buildVimPlugin { name = "eldar"; src = inputs.vim-eldar;