updated the config files

This commit is contained in:
2026-06-23 16:07:07 +02:00
parent 0643da425f
commit f45504df54
13 changed files with 114 additions and 153 deletions
+23
View File
@@ -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")