mod(nvim:theme): nordic theme

This commit is contained in:
Léana 江 2023-05-16 10:53:19 +02:00 committed by Léana 江
parent a1a33cb0df
commit 90863a8b50
3 changed files with 6 additions and 74 deletions

View file

@ -29,6 +29,7 @@ require("lazy").setup({
{ "fcpg/vim-fahrenheit", name = "fahrenheit" },
{ "adigitoleo/vim-mellow", name = "mellow" },
{ "neanias/everforest-nvim", name = "everforest" },
{ "AlexvZyl/nordic.nvim", name = "nordic" },
-- Nice to have
"tpope/vim-sleuth",
@ -38,7 +39,7 @@ require("lazy").setup({
"simrat39/symbols-outline.nvim",
"ellisonleao/glow.nvim",
"nvim-tree/nvim-web-devicons",
{ "akinsho/toggleterm.nvim", version = "*" },
{ "akinsho/toggleterm.nvim", version = "*" },
-- Can't live without
{ "shortcuts/no-neck-pain.nvim", version = "*" },
@ -90,5 +91,7 @@ require("lazy").setup({
},
},
}, {
install = { colorscheme = { "catppuccin" } },
install = { colorscheme = { "nordic" } },
})
vim.cmd.colorscheme "nordic"