Soho vibes for Neovim
Find a file
2023-08-26 12:57:51 -07:00
colors Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main 2023-08-24 12:44:43 -07:00
lua no italic for variables and parameters 2023-08-26 12:57:51 -07:00
.editorconfig chore: update editorconfig 2023-01-13 14:11:12 -05:00
readme.md Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main 2023-08-24 12:44:43 -07:00

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

Paq

require('paq')({
  { 'NycRat/rose-pine', as = 'rose-pine' }
})

lazy.nvim

require("lazy").setup({
  { 'NycRat/rose-pine', name = 'rose-pine' }
})

packer.nvim

require('packer').startup(function(use)
  use({ 'NycRat/rose-pine', as = 'rose-pine' })
end)