Added spectre, cloak and ccc plugins

Added rose pine theme
This commit is contained in:
2023-09-09 23:51:45 +02:00
parent 66ecdab54a
commit c245a4c50e
4 changed files with 45 additions and 0 deletions

View File

@@ -1,7 +1,20 @@
return {
{
"rose-pine/neovim",
name = "rose-pine",
priority = 1000,
config = function()
local rose_pine = require("rose-pine")
rose_pine.setup({
variant = "dawn",
dark_variant = "main",
})
end,
},
{
"bluz71/vim-nightfly-colors",
name = "nightfly",
lazy = true,
priority = 1000,
},
{