pkradiator
Results
2
issues of
pkradiator
Suppose you have two files in your cwd , index.html and about.html. If you have about.html open in vim and you run :StartLiveServer it should check if the file in...
When I use the following config, I get an extra starting angle bracket. ``` inoremap coc#pum#visible() ? coc#pum#next(1) : "\" inoremap coc#pum#visible() ? coc#pum#prev(1) : "\" ``` https://github.com/user-attachments/assets/e18557cb-a3f9-46b1-a29f-fde9af884ac0 The workflow...