diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-06-09 11:26:34 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-06-09 11:26:34 +0200 |
| commit | b1cbaab01208f33202ecf6074b1b4fd5fc0b7cae (patch) | |
| tree | 9257f052251c6e6894ab7b1ddd35f9780caacc5b /lua/pml68 | |
| parent | feat: add keymap to append semicolon at EOL (diff) | |
| download | nvim-b1cbaab01208f33202ecf6074b1b4fd5fc0b7cae.tar.gz | |
docs: add comment for image.nvim plugin
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 1 |
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 = { |
