mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
nvim: switched to rose-pine
This commit is contained in:
parent
7ff818b3f1
commit
cd8de2cacb
2 changed files with 18 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ return require('packer').startup(function(use)
|
|||
vim.o.termguicolors = true
|
||||
vim.o.background = 'dark'
|
||||
solarized.setup({})
|
||||
vim.cmd.colorscheme 'solarized'
|
||||
-- vim.cmd.colorscheme 'solarized'
|
||||
end
|
||||
}
|
||||
use {
|
||||
|
|
@ -147,6 +147,22 @@ return require('packer').startup(function(use)
|
|||
|
||||
use "echasnovski/mini.base16"
|
||||
|
||||
use 'rktjmp/lush.nvim'
|
||||
|
||||
use {
|
||||
"rose-pine/neovim",
|
||||
as = "rose-pine",
|
||||
config = function()
|
||||
require("rose-pine").setup({
|
||||
variant = "moon"
|
||||
})
|
||||
vim.cmd("colorscheme rose-pine")
|
||||
end
|
||||
}
|
||||
|
||||
use "folke/which-key.nvim"
|
||||
|
||||
|
||||
|
||||
------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue