fix: typo (#339)
This commit is contained in:
@@ -23,7 +23,7 @@ Previewer.__index = Previewer
|
|||||||
|
|
||||||
-- TODO: Should play with these some more, ty @clason
|
-- TODO: Should play with these some more, ty @clason
|
||||||
local bat_options = {"--style=plain", "--color=always", "--paging=always"}
|
local bat_options = {"--style=plain", "--color=always", "--paging=always"}
|
||||||
local has_less = (vim.fn.executable('less') == 1) and conf.has_less
|
local has_less = (vim.fn.executable('less') == 1) and conf.use_less
|
||||||
local termopen_env = vim.tbl_extend("force", { ['GIT_PAGER'] = (has_less and 'less' or '') }, conf.set_env)
|
local termopen_env = vim.tbl_extend("force", { ['GIT_PAGER'] = (has_less and 'less' or '') }, conf.set_env)
|
||||||
|
|
||||||
-- TODO(conni2461): Workaround for neovim/neovim#11751. Add only quotes when using else branch.
|
-- TODO(conni2461): Workaround for neovim/neovim#11751. Add only quotes when using else branch.
|
||||||
|
|||||||
Reference in New Issue
Block a user