-
I'm starting to write a very minimalistic plugin with `async` [example](https://github.com/nvim-lua/plenary.nvim#a-quick-example) from README. Basically there's only `init.lua` file with:
```lua
l…
chuwy updated
2 years ago
-
**Describe the bug**
I have the following keybinding:
```
"vim.insertModeKeyBindingsNonRecursive": [
{
"before": ["j", "k"],
"after": [""]
},
{
"before": [""…
-
建议配置一下sync插件,具体可以在安装该插件后参考其文档,配置gist,然后执行 ctrl/cmd + shift + p ==> upload settings 或 download settings,实现一次配置,更换设备后直接拉取配置文件就行。我在工作电脑和家里的黑苹果、ubuntu各个系统上使用的是这同一套配置。
```json
{
"background.enabled"…
-
### Description
I don't know what's wrong, I changed the Client ID and the main image and stuff but the image doesn't load on the presence. I already uploaded an image with the same name as the main …
-
-
I see the refresh settings are documented here -
It mentions it is not guaranteed but does it not work at all in terms of not applying refreshes?
I want to control the refresh behavior myself s…
-
I'm getting an error when I run `:SyntasticCheck` on VimL files. I have vim configured with only the options suggested for new users in Syntastic's README:
```viml
let g:syntastic_vim_checkers = […
-
I have previously used `completion-nvim` plugin as it is no longer maintained and now hopping to use `coq.nvim`.
I'm not able to get the `auto_start` working, I have to manually run `:COQnow` to ge…
-
I have found out the folding is unstable. Some markdown files are fine with folding, but others not. Sometimes some files are OK but after adding some new contents, the folding disappears completely.…
-
Coc is working now, but still lots of work ahead to make it better.
Let me know if you have some ideas for it.
* [x] Works in vim.
* [x] Airline/Lightline integration
* [x] Add support for https…