1
0
Fork 0

neovim: Use Lua snippets for rstate

This commit is contained in:
Jeremy Kaplan 2025-02-10 15:32:22 -05:00
commit 321c20de0d
3 changed files with 18 additions and 2 deletions

View file

@ -1,2 +0,0 @@
snippet rstate const [get, set] = useState(s);
const [$1, $2] = useState($0);