WIP: Actually get the UI to work and add some tests
This commit is contained in:
@@ -29,7 +29,7 @@ previewers.vim_buffer = previewers.new {
|
||||
end
|
||||
local file_name = vim.split(line, ":")[1]
|
||||
|
||||
log.info("Previewing File: %s", file_name)
|
||||
log.trace("Previewing File: %s", file_name)
|
||||
|
||||
-- vim.fn.termopen(
|
||||
-- string.format("bat --color=always --style=grid %s"),
|
||||
|
||||
Reference in New Issue
Block a user