Mark Wu
Mark Wu
I can confirmed this bug, and delete those LDFLAGS references, command-t build correct. I use RVM ruby. My system is osx `10.13.3` Homebrew version is `1.5.5-16-g9225dac` RVM version is `1.29.3`...
Yes, even change to `BufUnload`, I still have the issue. Anyway, I already remove it.
[nvim-completion-manager](https://github.com/roxma/nvim-completion-manager) already did a [plugin](https://github.com/roxma/nvim-cm-php-language-server) for this.
@prabirshrestha seems already implement a lsp client for vim https://github.com/prabirshrestha/vim-lsp
Can you read Traditional Chinese? If yes, I will use Chinese to explain again.
我的 `` 是`,`,已經依照文件設定好了。但是有一些問題,舉例來說。 我的 .vimrc 中有以下 mappings。 ``` ab ac add ade ``` 現在如果我按了 ``, 他會顯示: ``` a -> prefix ,- ``` 類似下圖:  我希望,當我按下 `,` 的時候,我可以讓 vim-which-key 顯示成下面的樣子嗎? ```...
> 这个想法挺好的,我有空看下。 謝謝!
mmm ... 如果這樣,我變成每次有新的 mapping 加到 `,a` 後我就必須要改一次 `name`,來想想看。
I have the same issue both in windows and macOS under VIM, no matter which colors scheme used.
It seems `Plug` does not exist in keyword. After add the following setting to vimrc, the issue fixed. `autocmd FileType vim syntax keyword Function Plug`