You've already forked dotfiles
Moving all the nvim files to a subdirectory and updated the deploy script.
This commit is contained in:
11
nvim/lua/plugins/gruvbox.lua
Normal file
11
nvim/lua/plugins/gruvbox.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'ellisonleao/gruvbox.nvim',
|
||||
config = function()
|
||||
require('gruvbox').setup({
|
||||
contrast = 'hard',
|
||||
})
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
}
|
||||
Reference in New Issue
Block a user