diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
| commit | f84cf1868f917437357006929ac4a1447494a76b (patch) | |
| tree | 56467a91c845aab5b1bfa2f29f457f94c12253ea /lua/user/telescope.lua | |
| parent | 6f6e018915ffec09e034cca2d7ca05e3ccd567c1 (diff) | |
Minor changes
Diffstat (limited to 'lua/user/telescope.lua')
| -rw-r--r-- | lua/user/telescope.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/user/telescope.lua b/lua/user/telescope.lua index d4bf410..cf82d26 100644 --- a/lua/user/telescope.lua +++ b/lua/user/telescope.lua @@ -4,6 +4,7 @@ if not status_ok then end telescope.load_extension('media_files') +telescope.load_extension('howdoi') local actions = require "telescope.actions" @@ -94,7 +95,11 @@ telescope.setup { -- defaults to {"png", "jpg", "mp4", "webm", "pdf"} filetypes = {"png", "webp", "jpg", "jpeg"}, find_cmd = "rg" -- find command (defaults to `fd`) - } + }, + howdoi = { + num_answers = 5, + explain_answer = true, + }, -- Your extension configuration goes here: -- extension_name = { -- extension_config_key = value, |
