-
### Describe the bug
On a buffer of vim file type, lua statement with endmarker(e.g. `
-
* nvim --version: NVIM v0.3.2-707-g082e14557, LuaJIT 2.0.5
Repro steps
Case 1
* nvim -u NORC
* `:au FileType python :echoerr 'foo'`
* `:e C:/Temp/Foo.py`
* Observe error
Case 2
* nvim -u…
-
I was just wondering what exactly does this plugin provide that a simple autocommand wouldn't do. I've had this in my config for the functionality and was wondering what this plugin provides better/di…
-
UltiSnips is an absolutely great plugin, but lacks one feature I'd love to see.
If I enter insert mode, type a snippet trigger, expand it, then exit insert mode, I would expect "." (redo) to add the …
-
... and possibly improves on one of the TODO points, providing (at least a bit of) better code-completion.
-
### Self Checks
- [x] I'm using the latest lualine.
- [x] I didn't find the issue in exsisting issues or prs.
### How to reproduce the problem
Set section `lualine_z = {}`
Ful…
-
## Result from CocInfo
```
## versions
vim version: NVIM v0.7.0-dev+f02a5a7bd
node version: v14.18.2
coc.nvim version: 0.0.80-1012cfa127
coc.nvim directory: /Users/aioiyuuko/.configrc/nvim/v…
-
**Describe the bug**
When building and installing manually a custom parser, `nvim-treesitter` does not let you use it easily.
**To Reproduce**
Build a custom parser or get `tree-sitter-viml` with…
-
Hi xiaolulua:
实际表现大概如下,我在多个系统下测试都是这个表现
![Peek 2022-01-07 22-38](https://user-images.githubusercontent.com/59045899/148559580-e01ba2a0-37c1-4f5e-8e48-6b927cbcf3e3.gif)
我不是很懂viml,所以无法发现什么地方导致了延迟
…
-
Thank you for this plugin! I have really enjoyed being able to slowly replace all of my old VimL plugins with Lua ones.
I noticed that whenever a language server is attached (I use the builtin `vim…