mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
changed colorscheme
This commit is contained in:
parent
e2cc4141f7
commit
478b42f1e2
2 changed files with 20 additions and 5 deletions
|
|
@ -15,13 +15,20 @@ require("keymap")
|
|||
require("options")
|
||||
|
||||
require("lazy").setup({
|
||||
-- Misc
|
||||
"Th3Whit3Wolf/one-nvim",
|
||||
-- Fun stuff
|
||||
"ThePrimeagen/vim-be-good",
|
||||
"Eandrju/cellular-automaton.nvim",
|
||||
{ "bluz71/vim-nightfly-colors", name = "nightfly", lazy = false, priority = 1000 },
|
||||
|
||||
-- Colorschemes
|
||||
"Th3Whit3Wolf/one-nvim",
|
||||
{ "catppuccin/nvim", name = "catppuccin" },
|
||||
{ "nordtheme/vim", name = 'nord' },
|
||||
{ "bluz71/vim-nightfly-colors", name = "nightfly", lazy = false, priority = 1000 },
|
||||
{ "nordtheme/vim", name = "nord" },
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "savq/melange-nvim", name = "melange" },
|
||||
{ "fcpg/vim-fahrenheit", name = "fahrenheit" },
|
||||
{ "adigitoleo/vim-mellow", name = "mellow" },
|
||||
{ "neanias/everforest-nvim", name = "everforest" },
|
||||
|
||||
-- Nice to have
|
||||
"tpope/vim-sleuth",
|
||||
|
|
@ -54,6 +61,7 @@ require("lazy").setup({
|
|||
"saadparwaiz1/cmp_luasnip"
|
||||
}
|
||||
},
|
||||
|
||||
-- Power tools
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
|
@ -84,4 +92,6 @@ require("lazy").setup({
|
|||
install = { colorscheme = { "catppuccin" } },
|
||||
})
|
||||
|
||||
vim.schedule(function() vim.cmd.colorscheme "catppuccin-frappe" end)
|
||||
vim.schedule(function()
|
||||
vim.cmd.colorscheme "catppuccin-frappe"
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue