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:
parent
e69f225dfd
commit
ebc341b853
8 changed files with 207 additions and 175 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue