diff options
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 5effd2f..5ff0e01 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -59,6 +59,7 @@ function config.set_defaults(defaults) -- List that will be executed. -- Last argument will be the search term (passed in during execution) set("vimgrep_arguments", {'rg', '--color=never', '--no-heading', '--with-filename', '--line-number', '--column', '--smart-case'}) + set("use_less", true) -- TODO: Add motions to keybindings |
