Pedro Sanchez
Pedro Sanchez
It would be cool take advantage of the partial hunk staging feature just implemented making a operator to work with motions like: `hs3j --> stage next 3 lines` `hsip -->...
I have this javascript code. I'm trying to change the content of the **Try Block** from the bigining of the line, so i use c2iB see the outputs in the...
This plugin is awesome, the only bug I found is that whenever I want to substitute a word there's no completion e.g. `:%s/Hello/Salut/g` `:s/Welcome/Bienvenue/g` There's no completion for this, the...
In react we use fragments, which is basically just an empty tag like this: ```jsx function HolaWindwp() { return ( // Children ) } ``` If i try to chage...
At first sight I thoght `persist_zoom` option was about keeping the vim pane zoom **when** re-enter that pane, instead is about preventing switching to other pane when zoomed in. So...
A cool feature will be to change between markup and stylesheets emmets based on cursor context, this is a nice feature, specially in filetypes like `jsx` `tsx` wherein both kinds...
Now that glepnir came back what are you going to do? What will be the future of this project? I'm just curious
Just a reminder to remove the code merged here #105 and create a new version branch when the version 0.8 gets released, for the sake of maintainability and readability.
### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem. ### Plugin Version - [X] I am using the latest version of...
`E5108: Error executing lua .../opt/package-info.nvim/lua/package-info/modules/core.lua:173: Vim(edit):E37 : No write since last change (add ! to override)` You can't run `:e` on an file with unsaved changes https://github.com/vuki656/package-info.nvim/blob/10de4d0d50ec1d4d26118c4aa067a9d09e370c9c/lua/package-info/modules/core.lua#L171-L175