nvim: move to lazy package manager
This commit is contained in:
13
.config/nvim/lua/plugins/image.lua
Normal file
13
.config/nvim/lua/plugins/image.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
'samodostal/image.nvim',
|
||||
opts = {
|
||||
render = {
|
||||
min_padding = 5,
|
||||
show_label = true,
|
||||
use_dither = true,
|
||||
},
|
||||
events = {
|
||||
update_on_nvim_resize = true,
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user