RoachZhao

Results 176 comments of RoachZhao

> ​​在最新版的Windows10中,此功能所依赖的Windows接口已经失效。已无法获取和设置输入法状态。 好像是已经失效了。

Hi, @kristijanhusak `(defx-git-prev)` not work well when setting `let g:defx_git#raw_mode = 1`. As code below: https://github.com/kristijanhusak/defx-git/blob/319dd3bdc82705ab9a9a9b1a284b076579100eab/ftplugin/defx.vim#L17 set pattern for not raw mode.

Like I have an untracked file and `??` will show on defx, if I run `(defx-git-next)` cursor will on the sencond `?` not the next file that has a stutas.

Sorry, for my unclear post, effect I expected is like below: ![image](https://user-images.githubusercontent.com/9500049/103153241-2387cb80-47ca-11eb-81ae-062ad260047b.png) ![image](https://user-images.githubusercontent.com/9500049/103153207-e8859800-47c9-11eb-8f94-23d14c479f4f.png) The first pic was shift left two char position.

or like this: ![image](https://user-images.githubusercontent.com/9500049/103153313-b7599780-47ca-11eb-8ad5-bc5095e00de9.png) ![image](https://user-images.githubusercontent.com/9500049/103153207-e8859800-47c9-11eb-8f94-23d14c479f4f.png)

As there are option to set font size change tiltle.

@Focshole thanks for your suggestion, and that's what I did. Maybe it will be better if there is an option in plasma setting.

``` |SessionLoadPost| 自动命令事件在会话文件载入/执行后被激活。 *SessionLoad-variable* 会话文件载入期间,SessionLoad 全局变量被设为 1。用此变量,插件可以推迟部分工 作,直到激活 SessionLoadPost 事件时才执行。 ``` 感觉是上面的设置的原因。导致`vim -S Session.vim`之后显示的当前buffer的一些配置没有被设置? 如果先打开vim,然后:source Session.vim这就没有问题了。 又或者在在after/ftplugin里面设置`setlocal conceallevel=0`。 目前可以,还有待验证。

Finally found plugin https://github.com/sainnhe/gruvbox-material add setting for indentLine: https://github.com/sainnhe/gruvbox-material/blob/4f98272fdbf9a53942eceb1aaeefb19e4f6b63bb/colors/gruvbox-material.vim#L574 so you have to add `g:indentLine_color_gui` and `g:indentLine_color_term` in your vimrc if you had install colorscheme plugin `gruvbox-material`.