this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:style: (Neovim) vague theme

+9 -3
-2
home/neovim/default.nix
··· 34 34 load('user.keymaps') 35 35 36 36 lazy.setup("plugins") 37 - 38 - vim.cmd.colorscheme('jellybeans-nvim') 39 37 ''; 40 38 }; 41 39
+8
home/neovim/lua/plugins/vague.lua
··· 1 + return { 2 + 'vague-theme/vague.nvim', 3 + lazy = false, 4 + priority = 1000, 5 + config = function() 6 + require('vague').setup({}) 7 + end 8 + }
+1 -1
home/neovim/vimrc
··· 107 107 set termguicolors 108 108 endif 109 109 110 - colorscheme catppuccin_mocha 110 + colorscheme vague