mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
nvim
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
return { {
|
||||
'Mofiqul/dracula.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
},
|
||||
{ "ellisonleao/gruvbox.nvim", priority = 1000 , config = true },
|
||||
{ "rebelot/kanagawa.nvim", priority = 1000 , config = true },
|
||||
{
|
||||
return {
|
||||
{
|
||||
'Mofiqul/dracula.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
},
|
||||
{ 'ellisonleao/gruvbox.nvim', priority = 1000, config = true },
|
||||
{ 'rebelot/kanagawa.nvim', priority = 1000, config = true },
|
||||
{
|
||||
'f4z3r/gruvbox-material.nvim',
|
||||
name = 'gruvbox-material',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
},
|
||||
name = 'gruvbox-material',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user