some changes?

This commit is contained in:
pika 2024-08-02 21:59:13 +02:00
parent 42c87c5adf
commit 3466af8e96
2 changed files with 2 additions and 10 deletions

View file

@ -2,12 +2,4 @@ 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,
},
}