first plugin

This commit is contained in:
2026-06-21 22:59:21 +02:00
parent 9cb62f708a
commit c06dc8ba3b
5 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
nvim.log
.nvimlog

View File

@@ -1,3 +1,3 @@
require("romanzy.set")
require("romanzy.remap")
require("romanzy.theme")
require("romanzy.plugins")

View File

@@ -0,0 +1 @@
require("romanzy.plugins.rose-pine")

View File

@@ -0,0 +1,8 @@
{
"plugins": {
"rose-pine": {
"rev": "ff483051a47e27d84bdef47703538df1ed9f4a47",
"src": "https://github.com/rose-pine/neovim"
}
}
}