Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholders not being substituted after completion #541

Open
pennypatrick09 opened this issue Sep 30, 2022 · 0 comments
Open

Placeholders not being substituted after completion #541

pennypatrick09 opened this issue Sep 30, 2022 · 0 comments

Comments

@pennypatrick09
Copy link

In vim-snippets, I could create snippets by:-

snippet c "CSS Color Property" b
color: #${1:000};
endsnippet

where the 000 would be replaced when I started typing.

In nvim-data/site/autoload/emmet-vim/autoload/emmet.vim file,
there is a line :-
\ "c": "color:#${1:000};",
where I think 000 is supposed to act as a placeholder.
But the completion expands c as color: #|000; ( | being my cursor position) and the 000 remains after I type.

And I don't know if this was issued already, I would be glad if I could make it work.
Namo Amituofo🙏🙏🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant