WIP: Actually get the UI to work and add some tests

This commit is contained in:
TJ DeVries
2020-08-20 23:41:53 -04:00
parent 96cac0a8c8
commit cfddae42f5
9 changed files with 270 additions and 146 deletions

View File

@@ -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"),