mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(coding): the key for snippet <tab>/<s-tab> is not working
This commit is contained in:
parent
78cf6ee024
commit
5b8e1d80ea
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ return {
|
|||
|
||||
-- snippets
|
||||
{
|
||||
"nvim-cmp",
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{
|
||||
"garymjr/nvim-snippets",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue