diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index b861c1a..e268b80 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,5 +1,7 @@ vim.pack.add({ "https://github.com/rktjmp/lush.nvim" }) vim.pack.add({ "https://github.com/savq/melange-nvim" }) +vim.pack.add({ "https://github.com/rose-pine/neovim" }) +require("rose-pine").setup() -- vim.g.melange_enable_font_variants = 0 -- disable font variants -- require("lush") -- make sure Lush is installed diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 3b7cfe3..1627534 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -56,6 +56,10 @@ "rev": "23e7e9f883d01289ebd90e98025acc860ea26366", "src": "https://github.com/danymat/neogen" }, + "neovim": { + "rev": "6a961effd67f6130d36df6d1c05c48c739796dd2", + "src": "https://github.com/rose-pine/neovim" + }, "nvim-lspconfig": { "rev": "bedca8b426b2fee0ccac596d167d71bbe971253f", "src": "https://github.com/neovim/nvim-lspconfig"