removed lualine and addet witch-dark colorscheme. Also changed the way to install colorschemes + configs under ./lua/pika/plugins/colorschemes.lua

This commit is contained in:
pika 2024-07-30 18:39:46 +02:00
parent e69f225dfd
commit ebc341b853
8 changed files with 207 additions and 175 deletions

View file

@ -2,4 +2,12 @@ return {
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
"dstein64/nvim-scrollview",
{
"sontungexpt/witch",
priority = 1000,
lazy = false,
config = function(_, opts)
require("witch").setup(opts)
end,
},
}