Cannot set background color #359
samirhembrom
started this conversation in
General
Replies: 1 comment
-
Hmm, unable to reproduce. I would recommend against using any sort of lazy loading with your colorscheme (or ever, really). https://lazy.folke.io/spec/lazy_loading#-colorschemes Minimal config
-- ~/.config/nvim-rose-pine-359
local install_path = vim.fn.stdpath("data") .. "/site/pack/test/start/rose-pine"
if vim.fn.isdirectory(install_path) == 0 then
vim.fn.system({ "git", "clone", "https://github.com/rose-pine/neovim", install_path })
end
require("rose-pine").setup({
highlight_groups = {
Normal = { bg = "#000000" }
}
})
vim.cmd("colorscheme rose-pine") Run
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set the background color.
Beta Was this translation helpful? Give feedback.
All reactions