Alejandro Bernal
Alejandro Bernal
I'm trying to make a command that expands a snippet when you open a file, the command i came up with is: `autocmd BufNewFile * execute "normal! imysnippet\=UltiSnips#ExpandSnippet()\"` and the...
Say you have the following line `a,, b,,` and you wish to delete the extra `,` after each letter, to do this you record the following macro: `qqf,fx` which leaves...
Is there a way to run GoDoc say 2 times, and make my cursor enter the floating window?, kind of like the default behavior of hover
I have the following code in a default awesome wm config: ```lua local term_scratch = bling.module.scratchpad:new { -- command = "alacritty --class spad", command = "st -c spad", rule =...
fixes #149
posting forms is not working example: ```http POST http://localhost:8080/upload -F "uploads=@/home/user/my_file.md" {} ``` this is translated to the following curl command using RestNvimPreview (which works): `curl -sSL --compressed -X 'POST'...
### Problem Statement would be a nice addition to add a breakpoint having only the name of the function https://code.visualstudio.com/Docs/editor/debugging#_function-breakpoints ### Possible Solutions _No response_ ### Considered Alternatives _No response_
### Problem Statement https://code.visualstudio.com/Docs/editor/debugging#_compound-launch-configurations ### Possible Solutions _No response_ ### Considered Alternatives _No response_