diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-23 22:50:01 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-23 22:50:01 +0000 |
| commit | d68c693dc53615397fd8f97fec948e47081c9907 (patch) | |
| tree | dded00e9ba829e5cd3c8f2b706d018d70afd826a /lua/plugins/rose-pine.lua | |
| parent | fdf92663d88ce25d8c48edad573f056d11ba4cbd (diff) | |
Add rose-pine theme & refactored lazy
Diffstat (limited to 'lua/plugins/rose-pine.lua')
| -rw-r--r-- | lua/plugins/rose-pine.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/plugins/rose-pine.lua b/lua/plugins/rose-pine.lua new file mode 100644 index 0000000..e27810f --- /dev/null +++ b/lua/plugins/rose-pine.lua @@ -0,0 +1,7 @@ +return { + "rose-pine/neovim", + name = "rose-pine", + config = function() + vim.cmd("colorscheme rose-pine") + end +} |
