Donie Leigh

Results 21 issues of 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: >...

enhancement

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: ![image](https://user-images.githubusercontent.com/1068265/140015304-529a45b7-c70a-4428-8549-90f00c47c5c1.png)

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...

可以为每组hosts打标签,相同标签的各组互斥,这样启用一组,同一标签的其它组自动失效,环境比较多的时候很有用。否则还不如写个脚本方便。

feat:usability

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...

Feature