-
### Problem
I found an attempt to call `vim.lsp.semantic_tokens.start()` on nonexisting buffer and then found that it was a dummy buffer created by `vim.api.nvim_get_option_value('lisp', { filetype =…
-
`gen_help_html.lua` problem at: https://neovim.io/doc/user/intro.html
Context:
Several of the ASCII drawings as well as the "from mode to mode" table are malformed when viewing on the web.
E.g.
![I…
-
### Did you check docs and existing issues?
- [X] I have read all the docs.
- [X] I have searched the existing issues.
- [X] I have searched the existing discussions.
### Neovim Version (nvim …
-
**Describe the bug**
"[" anywhere on a line is treated the same as an opening [ and upon pressing enter, the next line is indented.
**To Reproduce**
Steps to reproduce the behavior:
1.…
-
### Neovim version (nvim -v)
NVIM v0.9.0-dev-598+g3a519d86b
### Vim (not Nvim) behaves the same?
No (doesn't have this functionality)
### Operating system/version
EndeavourOS Linux x86_64 (6.1.1-…
-
Describe the bug
Colorify not removing visual representation of color after removing the color hex.
To Reproduce
Write hex color, Colorify showing visual representation of color, remove hex color…
-
I deal with a balanced mix of files with , and ; delimiters and for some reason i've never been able to autodetect semicolons. If i forcibly set every csv file to csv_semicolon it works but it is as i…
-
## Description
I have a feeling that I shouldn't be the only one having this issue with my LSP...
## To Reproduce
I'm using Neovim with `rust-analyzer`, and every time I use the style shortcu…
orhun updated
2 months ago
-
# 概要
## Vimのインストール
`sudo apt install vim`
## NeoVimのインストール
aptで入れるとAstroNVimで利用可能なバージョンにならない。
```bash
sudo apt-get update && sudo apt-get install -y \ git cmake ninja-build libtool lib…
-
Hi all. My coc-stylelintplus is not working.Please help me find the cause
Here are my configs:
**coc-settings.json**
```
{
"stylelintplus.enable": true,
"stylelintplus.filetypes": [
"…