-
I am encountering a persistent warning message with the Pieces Neovim plugin. Each time I open Neovim, I receive the following message:
`Warning: The Pieces Plugin has been updated. To ensure it fu…
-
Hi,
Following the README, I can't make sure `forester.vim` is always initialized properly when I first open a tree file without manually invoking the `TSInstall` commands. And if I just add the com…
-
Test out looping through files in a directory and using `vim.tbl_deep_extend` to merge them, e.g. some lsp configs and formatter setup (using `vim.list_extend`).
If this works, then I can use `vim.g`…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.10.2
### Neorg setup
-- Bootstrap lazy.nvim
lo…
-
I used recommended setup:
```
vim.filetype.add {
extension = {
jinja = 'jinja',
jinja2 = 'jinja',
j2 = 'jinja',
},
}
-- if you want to debug
vim.lsp.set_l…
-
### Nvim
I followed the instructions in this [link](https://github.com/nvim-treesitter/nvim-treesitter/?tab=readme-ov-file#adding-parsers), but it doesn't work. This is my configuration
```lua
lo…
-
I just managed to import gotmpl to my neovim config, It just took me 5 hours to do it!
But thats not the point, Im very new to neovim, so this is for noobs like me .
The only thing that I am yet t…
-
### Problem
vim.treesitter.foldexpr can throw error easily and I don't know how to reproduce it yet, the following safer_fold doesn't work either, anyway to avoid throwing out errors?
```lua
functio…
-
If you do
```lua
lint.linters.luacheck.args = {
"--globals",
"love",
"vim",
table.unpack(lint.linters.luacheck.args),
}
```
You don't have to write out all of the default …
-
输入标点符号,如 `*`,`!` 后,rime_ls 能正常提供候选词,输入 `[` 或 `{` 后 rime_ls 也正常,但先输入标点符号再输入括号后,rime_ls 不再能提供候选词。表现如下面这段录屏:
https://github.com/user-attachments/assets/1b4afc51-8e95-41f9-a2a2-7288895ab99d
这对日常使用不会…