new nvim cfg
This commit is contained in:
parent
0e500b7d8f
commit
1c8f70a3a6
7 changed files with 42 additions and 95 deletions
|
@ -11,44 +11,19 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
"thesimonho/kanagawa-paper.nvim",
|
||||
"datsfilipe/vesper.nvim",
|
||||
lazy = false,
|
||||
enabled = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("kanagawa-paper").setup({})
|
||||
require("vesper").setup({})
|
||||
|
||||
vim.cmd([[ colorscheme kanagawa-paper ]])
|
||||
vim.cmd.colorscheme("vesper")
|
||||
end,
|
||||
},
|
||||
{},
|
||||
{
|
||||
"savq/melange-nvim",
|
||||
lazy = false,
|
||||
enabled = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd([[ colorscheme melange ]])
|
||||
end,
|
||||
},
|
||||
{
|
||||
"maxmx03/solarized.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
enabled = false,
|
||||
---@type solarized.config
|
||||
"f-person/auto-dark-mode.nvim",
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
vim.o.termguicolors = true
|
||||
require("solarized").setup(opts)
|
||||
vim.cmd.colorscheme("solarized")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
enabled = false,
|
||||
config = function() end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue