feat(nvim): add chafa plugin to preview images in the Terminal

This commit is contained in:
Stefan Imhoff
2023-01-05 16:19:18 +01:00
parent e58a0eda13
commit c6e415c374
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- https://github.com/princejoogie/chafa.nvim
require("chafa").setup({
render = {
min_padding = 5,
show_label = true,
},
events = {
update_on_nvim_resize = true,
},
})