You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from vim (using the mattn/emmet-vim plugin), I'm used to go to insert mode and type something like div<C-n> to create a div.
However, this plugin requires exit insert mode first and then type div<leader>xe, which is not a big deal but sometimes I just like to add new lines between two blocks of code and then add an HTML tag.
By the way, I'm loving that this plugin automatically wraps the current line or selection!
The text was updated successfully, but these errors were encountered:
Hey! sorry for being silent, I'm no longer using neovim (for now at least) as my code editor so I will not be able to work on this. I'm willing to accept PRs though!
Coming from
vim
(using themattn/emmet-vim
plugin), I'm used to go to insert mode and type something likediv<C-n>
to create adiv
.However, this plugin requires exit insert mode first and then type
div<leader>xe
, which is not a big deal but sometimes I just like to add new lines between two blocks of code and then add an HTML tag.By the way, I'm loving that this plugin automatically wraps the current line or selection!
The text was updated successfully, but these errors were encountered: