Skip to content

Unable to get rose-pine to work #244

Closed Answered by mvllow
psomdeb25 asked this question in Q&A
Discussion options

You must be logged in to vote

You'll have to follow the installation instructions as well. Depending on your package manager, add "rose-pine/neovim" alongside your other plugins. If that doesn't sound familiar, you could use the builtin package manager like so:

# In your terminal
mkdir -p ~/.local/share/nvim/site/pack/user/start
cd ~/.local/share/nvim/site/pack/user/start
git clone https://github.com/rose-pine/neovim.git

Edit: You mentioned "init.vim" as well. If you are using vimscript, wrap the code above:

lua << EOF
require("rose-pine").setup()
vim.cmd("colorscheme rose-pine")
EOF

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by psomdeb25
Comment options

You must be logged in to vote
2 replies
@mvllow
Comment options

@psomdeb25
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants