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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user