-
Similar to this old plugin: https://github.com/polarmutex/contextprint.nvim
You might be interested in https://github.com/SmiteshP/nvim-navic to do the work of calculating the context from lsp
-
So AndroidIDE is not maintained anymore. So perhaps switch into [ktreesitter](https://github.com/tree-sitter/kotlin-tree-sitter) which is an official binding of tree sitter.
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
use Lazyvim
and nvim: 0.10.1
```lua
return {
{ "kcl-lang/kcl…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
options:
return {
"shellRaining/hlchunk.nvim",
event = { "BufRea…
-
### Problem description
What I expected to happen:
LunarVim to run properly
Log:
```
Error in decoration provider treesitter/highlighter.win:
Error executing lua: /usr/share/nvim/runtime/lua/v…
-
### Describe the bug
Pretty specific condition for this bug to happen. So, somehow this only happens if an org file is opened first (won't produce this bug if not opened first), unload the org file…
-
As the VS Code team is considering integrating tree-sitter in the UI thread (https://github.com/microsoft/vscode/pull/161479 and more recently https://github.com/microsoft/vscode/issues/2074…
-
Installing it recently gives this error which didn't existed before
Nvim version 0.9.5
```
Error 10:49:30 AM msg_show.lua_error q Error detected while processing WinEnter Autocommands …
-
### Describe the bug
When you cursor is set on the Avante output window pressing `` or `q` will close whole panel. It would be mildly annoying, but given that
1) Closing a panel interrupts the …
-
Zenscript is the language used in combination with Crafttweaker to add scripts to modded Minecraft for every modloaders supported by Crafttweaker. It is (without surprise) supported by both VSCode and…