Donie Leigh
Donie Leigh
@iamcco @dsolay Still not working. The settings now are: ``` "diagnostic-languageserver.filetypes": { "php": ["phpstan"] }, "diagnostic-languageserver.formatters": { "php-cs-fixer": { "command": "./vendor/bin/php-cs-fixer", "args": ["fix", "--ansi", "%file"], "rootPatterns": [".git"], "isStdout": false, "doesWriteToFile":...
Need this feature very much.
Why this PR is still not merged? Need it very much!
+1
I have the same problem.
Looking forward to this feature.
@mattn Hi, mind merging this PR ASAP? I just came across this problem too.
Without the #card tag, the block cannot be recognized as a flashcard in Logseq. How can I make it work as a flashcard in Logseq but prevent it from being...
This is what I'm doing for now: ```vim vnoremap gx :call my_smart_search() fun! s:my_smart_search()"{{{ let l:selection = s:get_visual_selection(visualmode(), 1) let l:result = matchlist(l:selection, "^Plug\\s'\\([^']\\+\\)'.*$") if len(l:result) > 2 let l:plugin_name...