From f400bbcbe8fce94d49921590cf1394e7a9682e65 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 16 Apr 2022 19:42:21 -0400 Subject: [PATCH] nvim: add more themes, and enable PaperColor --- home/neovim.lua | 3 ++- home/neovim.nix | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;