@@ -1,4 +1,21 @@
|
||||
return {
|
||||
{
|
||||
"EdenEast/nightfox.nvim",
|
||||
priority = 1000,
|
||||
event = "User ThemeSwitcher",
|
||||
config = function()
|
||||
local nightfox = require("nightfox")
|
||||
|
||||
nightfox.setup({
|
||||
options = {
|
||||
styles = {
|
||||
comments = "italic",
|
||||
functions = "italic",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
|
||||
Reference in New Issue
Block a user