Skip to content

Commit

Permalink
add plugin nvim-peekup with jotai
Browse files Browse the repository at this point in the history
  • Loading branch information
RakerZh committed Mar 7, 2024
1 parent eaf5d39 commit 324c3d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/modules/tools/package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ packadd({
})
end,
})

packadd({ 'gennaro-tedesco/nvim-peekup' })
5 changes: 5 additions & 0 deletions snippets/typescriptreact.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,10 @@
"prefix": "useStore",
"body": ["const store = useStore();"],
"description": "Creates Redux useStore hook"
},
"Create useAtomValue hook": {
"prefix": "useAtomValue",
"body": ["const ${1:value} = useAtomValue();"],
"description": "Use Atom Value hook"
}
}

0 comments on commit 324c3d0

Please sign in to comment.