fix: Add 'use_less' config value

This commit is contained in:
TJ DeVries
2020-10-09 00:00:57 -04:00
parent ad12bf03d1
commit fe63e4f1de
2 changed files with 4 additions and 2 deletions

View File

@@ -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