mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Soho vibes for Neovim
- Lua 100%
| colors | ||
| lua | ||
| .editorconfig | ||
| readme.md | ||
My Neovim Theme (Modified Rose Pine)
IMPORTANT NOTE
I often make changes to this theme, so if you want to use this theme, make a fork if you don't want random changes I make.
Install
require('paq')({
{ 'NycRat/rose-pine', as = 'rose-pine' }
})
require("lazy").setup({
{ 'NycRat/rose-pine', name = 'rose-pine' }
})
require('packer').startup(function(use)
use({ 'NycRat/rose-pine', as = 'rose-pine' })
end)