-
full error log
```lua
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /app/share/nvim/runtime/filetype.lua:35: Error executing lua: /app/share/…
-
full error log
```lua
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /app/share/nvim/runtime/filetype.lua:35: Error executing lua: /app/share/…
-
```
❯ vimdoc .
/usr/lib/python3.10/site-packages/vimdoc/block.py:224: DocumentationWarning: Documentation claims optional parameters that function A does not accept.
warnings.warn(
Traceback (mo…
-
I have installed the plugin, but it does not work.
![image](https://github.com/user-attachments/assets/d006ead6-dbab-48f6-9095-a6ed3bc01243)
my tree-sitter config:
```
require("nvim-treesitter…
-
In testing this parser for nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter/pull/2679), I noticed that some features are not yet supported, especially
- [x] [Parameters](https://…
-
when exec `h fold-manual` it failed
```
Error executing lua callback: ...site/pack/lazy/opt/helpview.nvim/lua/helpview/parser.lua:68: attempt to index local 'heading' (a nil value)
stack tracebac…
edte updated
3 months ago
-
Is there a tool to turn the README.md into vim doc?
-
### Steps to reproduce
root ~/vim/runtime/doc > ls -l tags*
-rw-r--r-- 1 root root 400313 nov 15 09:16 tags
-rw-r--r-- 1 root root 41035 ago 12 08:35 tagsrch.txt
-rw-r--r-- 1 root root 437 nov…
-
**Is your feature request related to a problem? Please describe.**
Add documentation in vimdocs format so it can be accessed via `:h magma`.
**Describe the solution you'd like**
Ideally there is …
tbung updated
2 years ago
-
It seems the zopen VIM does not understand FilterWritePre. ( https://vimdoc.sourceforge.net/htmldoc/autocmd.html#FilterWritePre )
```
To reproduce the problem:
1. create a file myvimrc as follows …