aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-06-09 11:26:34 +0200
committerpml68 <tutorialmester@gmail.com>2024-06-09 11:26:34 +0200
commitb1cbaab01208f33202ecf6074b1b4fd5fc0b7cae (patch)
tree9257f052251c6e6894ab7b1ddd35f9780caacc5b /lua
parentfeat: add keymap to append semicolon at EOL (diff)
downloadnvim-b1cbaab01208f33202ecf6074b1b4fd5fc0b7cae.tar.gz
docs: add comment for image.nvim plugin
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index ce66b1b..db44676 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -4,6 +4,7 @@ local plugins = {
"christoomey/vim-tmux-navigator",
lazy = false,
},
+ -- Image support
{
"3rd/image.nvim",
dependencies = {