update keymaps

This commit is contained in:
Saeed Afzal
2023-04-29 17:11:28 +01:00
parent 1d3df81f8f
commit 046c305bb9
5 changed files with 154 additions and 8 deletions

View File

@@ -6,15 +6,17 @@ return {
build = "make"
},
cmd = "Telescope",
opts = {
defaults = {
layout_strategy = "vertical"
},
file_ignore_patterns = { "node_modules" }
},
config = function()
local telescope = require("telescope")
telescope.setup {
defaults = {
layout_strategy = "vertical"
},
file_ignore_patterns = { "node_modules" }
}
telescope.load_extension("fzf")
end
}