Update DOC

This commit is contained in:
2025-02-11 08:36:54 +03:00
parent d3f814cca8
commit 6a84d739e1

View File

@@ -18,7 +18,7 @@ PicVim is a Neovim plugin that allows you to view and manipulate images in a
Neovim buffer. It also provides configurable key mappings for image navigation Neovim buffer. It also provides configurable key mappings for image navigation
and manipulation. and manipulation.
>lua >lua
require'picvim'.setup({ keymap = { ... } }) require'picvim'.setup({ filetypes = { ... }, keymap = { ... } })
< <
============================================================================== ==============================================================================