theming with nvim.pack
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
require("romanzy.set")
|
require("romanzy.set")
|
||||||
require("romanzy.remap")
|
require("romanzy.remap")
|
||||||
|
require("romanzy.theme")
|
||||||
|
|||||||
13
nvim/.config/nvim/lua/romanzy/theme.lua
Normal file
13
nvim/.config/nvim/lua/romanzy/theme.lua
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
vim.pack.add({
|
||||||
|
{
|
||||||
|
src = "https://github.com/rose-pine/neovim",
|
||||||
|
name = "rose-pine",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require("rose-pine").setup({
|
||||||
|
variant = "main",
|
||||||
|
dark_variant = "main",
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.cmd("colorscheme rose-pine")
|
||||||
Reference in New Issue
Block a user