-
I'm getting the following error when installing the `pkl` grammar.
Here's the error output of the tree-sitter health check:
```
The following errors have been detected: ~
- ERROR pkl(highlights): …
-
I wanted to get a good trace for a bug in a neovim lua plugin
unfortunately neovim is suppressing the traces, including StackTracePlus's , output.
I wonder if there could be an option to output to …
-
https://www.chrisatmachine.com/Neovim/20-live-server/
-
### Issues
- [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem.
### Plugin Version
- [X] I am usin…
-
Hi, I installed this plugin by adding the line
`Plugin 'SkyLeach/pudb.vim'`
to my .vimrc, where the plugin manager is vundle
when I run PluginInstall in vundle, the pudb seems to be installed, but …
-
https://www.chrisatmachine.com/Neovim/28-neovim-lua-development/
-
YouCompleteMe requires pynvim in Neovim. Neovim shows an error like below if it is not installed.
```
YouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.5.1+) support.
```…
-
-
### Problem
Currently, Neovim only has `eol` option. `eol` can’t express CR and LF. Even if a text file doesn’t have end-of-file LF, it shows the `eol` character.
Related issue for Vim: https://gith…
-
It would be nice to be able to have a completion key which, when there is more than one match, scrolls downward through the list (like `select_next`) but when there is only one match, accepts it (like…