feat: add undotree
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("rose-pine").setup({
|
||||
styles = {
|
||||
transparency = false,
|
||||
},
|
||||
})
|
||||
vim.cmd.colorscheme("rose-pine")
|
||||
end,
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("rose-pine").setup()
|
||||
vim.cmd.colorscheme("rose-pine")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user