chore(nvim): change color again
parent
47ade227d8
commit
6499154dee
data/nvim
|
@ -168,7 +168,7 @@ require("lazy").setup({
|
||||||
|
|
||||||
vim.cmd("colorscheme kanagawa")
|
vim.cmd("colorscheme kanagawa")
|
||||||
end,
|
end,
|
||||||
enabled = true,
|
enabled = false,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- https://github.com/rose-pine/neovim
|
-- https://github.com/rose-pine/neovim
|
||||||
|
@ -185,6 +185,19 @@ require("lazy").setup({
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- https://github.com/ramojus/mellifluous.nvim
|
||||||
|
{
|
||||||
|
"ramojus/mellifluous.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
config = function()
|
||||||
|
require("mellifluous").setup({})
|
||||||
|
|
||||||
|
vim.cmd("colorscheme mellifluous")
|
||||||
|
end,
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
|
||||||
-- https://github.com/junegunn/fzf.vim
|
-- https://github.com/junegunn/fzf.vim
|
||||||
"junegunn/fzf",
|
"junegunn/fzf",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue