Revert "mod(nvim:theme): nordic theme"

nordic fucks up my treesitter context
This commit is contained in:
Léana 江 2023-05-16 10:56:09 +02:00 committed by Léana 江
parent 90863a8b50
commit 908b2fa0fa
3 changed files with 74 additions and 6 deletions

View file

@ -29,7 +29,6 @@ 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",
@ -39,7 +38,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 = "*" },
@ -91,7 +90,5 @@ require("lazy").setup({
},
},
}, {
install = { colorscheme = { "nordic" } },
install = { colorscheme = { "catppuccin" } },
})
vim.cmd.colorscheme "nordic"