set my monitor above my laptop monitor. Fix kitty tab navigation to not colide with a vim keybinding. Something in nvim and bash

This commit is contained in:
AM
2026-01-15 11:03:29 -06:00
parent ed9b83e890
commit 437fc1d8ee
4 changed files with 30 additions and 10 deletions

View File

@@ -12,6 +12,23 @@ return {
require "configs.lspconfig"
end,
},
{
"neovim-telescope/telescope.nvim",
opts = {
defaults = {
layout_config = {
horizontal = {
width = 0.98,
}
},
path_display = {
"filename_first",
shorten = 3,
},
dynamic_preview_title = true,
}
}
},
{
"toppair/peek.nvim",
event = { "BufEnter" },