Sun Fu

Results 15 issues of Sun Fu

For #92 可编辑的默认输入。 我不用windows,在linux和mac上面测试通过。

在vim里面执行`:AsyncTask test` 默认值会打印出来,并且可以删改,如图: ![image](https://user-images.githubusercontent.com/24812659/167163933-b9cf9299-69ea-47aa-b2e1-0eb21e0bc164.png) 但是在命令行里面调用同样的`AsyncTask` 命令, 既不显示也不能修改,但是如果什么都不输入会直接使用默认值,在默认值很长或经常需要简单修改就可以使用的时候非常不方便。 ![image](https://user-images.githubusercontent.com/24812659/167165181-cf56819e-a5dd-4ebf-9b74-05ac7fb6064d.png) ![image](https://user-images.githubusercontent.com/24812659/167165303-b4099a3e-e733-4eae-867f-e15c24477481.png)

Thanks for your work about this plugin. I used to use the org-mode and I can add some schedule which is repeated like my birthday. I don't know how this...

enhancement

the features atom provide for Python is awesome, but i love vim so much, could you please support this feature for Python user?

enhancement
help wanted
extension

![image](https://user-images.githubusercontent.com/24812659/168659102-852edb79-0fca-425c-bbe6-ba52ce5cf732.png) In nvim-tree.lua, we can set renderer.indent_markers.icons.conrer to change the indent line corner icon. Could this plugin provide this feature? ``` renderer = { indent_markers = { enable = true,...

When I use this plugin at vim to code python, it works as expected. ![screen shot 2018-12-08 at 8 03 29 pm](https://user-images.githubusercontent.com/24812659/49685794-06212f80-fb25-11e8-958b-01588e12f29a.png) But when I use it at neovim, the...

This plugin is by far the best I've found to work with buitin lsp. But this plugin also reported the most errors during use. **The first one**, when the LSP...