fix: rose pine theme name
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
-- Colortheme ==================================================================
|
-- Colortheme ==================================================================
|
||||||
Config.now(function()
|
Config.now(function()
|
||||||
vim.pack.add({ "https://github.com/rose-pine/neovim" })
|
vim.pack.add({ { src = "https://github.com/rose-pine/neovim", name = "rose-pine" } })
|
||||||
require("rose-pine").setup({
|
require("rose-pine").setup({
|
||||||
enable = {
|
enable = {
|
||||||
|
terminal = false,
|
||||||
legacy_highlights = false,
|
legacy_highlights = false,
|
||||||
migrations = false,
|
migrations = false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user