updated the config files
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
vim.pack.add({
|
||||
{
|
||||
src = "https://github.com/rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
},
|
||||
})
|
||||
require("rose-pine").setup()
|
||||
|
||||
vim.pack.add({
|
||||
{
|
||||
src = "https://github.com/folke/tokyonight.nvim",
|
||||
name = "tokyo-night",
|
||||
},
|
||||
})
|
||||
|
||||
vim.pack.add({
|
||||
{
|
||||
src = "https://github.com/rebelot/kanagawa.nvim",
|
||||
name = "kanagawa",
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd("colorscheme kanagawa")
|
||||
Reference in New Issue
Block a user