This website requires JavaScript.
Explore
Help
Sign in
prunebutt
/
nixvimConfig
Watch
1
Star
0
Fork
You've already forked nixvimConfig
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2b91fb060a
nixvimConfig
/
plugins
/
luasnip.nix
10 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
add luasnip
2024-07-02 14:54:09 +02:00
_
:
{
use the nixvim way of loading snippets
2024-07-13 13:55:37 +02:00
opts
=
{
enable
=
true
;
add luasnip loader code
2024-07-13 13:38:40 +02:00
use the nixvim way of loading snippets
2024-07-13 13:55:37 +02:00
fromLua
=
[
{
paths
=
"
~
/
.
c
o
n
f
i
g
/
s
n
i
p
p
e
t
s
/
"
;
}
]
;
add luasnip loader code
2024-07-13 13:38:40 +02:00
}
;
add luasnip
2024-07-02 14:54:09 +02:00
}
Reference in a new issue
Copy permalink