mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(nvim): LuaSnip auto expand, snack image preview for md
This commit is contained in:
parent
085c2995da
commit
8d0d95420a
8 changed files with 25 additions and 28 deletions
|
|
@ -41,7 +41,9 @@ return {
|
|||
-- scroll = { enabled = true },
|
||||
statuscolumn = { enabled = true },
|
||||
-- words = { enabled = true },
|
||||
image = { enabled = true },
|
||||
image = { enabled = true,
|
||||
img_dirs = { "_Global/Assets" }
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
-- {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue