Donie Leigh
Donie Leigh
There is a common scenario to me. I want to find the latest created file in a folder, in which files are named with a date prefix. For example: >...
The following command works under my project root: `./vendor/bin/php-cs-fixer fix --ansi` But nothing happened after executing `:call CocAction('format')`. The related settings in coc-settings.json are: ``` "diagnostic-languageserver.filetypes": { "php": ["phpcs", "phpstan"]...
Some text is white in iTerm2 and cannot be recognized clearly: 
Placing .session.vim and .undodir under the current path is easy to manage sessions, but all git branches have to share the same session, which is not comfortable. Maybe putting all...
How to setup debugger to debug a test with one click, just like PHPStorm?
This plugin works perfectly in neovim, but complained the following errors in vim: ``` Error detected while processing function vira#_menu: line 39: Traceback (most recent call last): File "", line...
**Describe the bug** My indent width is 4 for the coc-settings.json file, but when I added a new word to cSpell.userWords by the code action, the indent width of that...
The file size generated by ctags is way bigger than that of gtags, not to mention that gtags provides more features than ctags. I finally managed to replace ctags with...