Updated config
This commit is contained in:
parent
1468aaccb8
commit
86ffacb1e7
12 changed files with 138 additions and 13 deletions
|
@ -12,6 +12,14 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require("telescope").setup({
|
||||
defaults = {
|
||||
mappings = {
|
||||
i = {
|
||||
["<esc>"] = require("telescope.actions").close,
|
||||
},
|
||||
},
|
||||
winblend = 10,
|
||||
},
|
||||
extensions = {
|
||||
project = {
|
||||
base_dirs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue