-
To try it:
- Build this TS branch and set it as your workspace TS version: https://github.com/microsoft/TypeScript/pull/59940
- In VS Code `"typescript.experimental.expandableHover": true`
Let's tes…
-
- `nvim --version`:
```
NVIM v0.5.0-dev+1036-gf9b311054
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: /usr/bin/cc -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -U_FORTIFY_SOURCE…
-
Hi, I am used to typst syntax highlighting in vscode with the typst extension, which leaves me with a lot of highlighting making it easy to visually find things:
VSCode:
![image](https://github.co…
-
The way I see it there are a couple problems with the current `dependencies` format.
First, special dependencies like `neovim`. I assume the implementation is supposed to just have special handling…
-
Nightly neovim has an integrated treesitter runtime. You can directly use it make queries on buffers' parsed AST (just provide a string with the queries). The neovim API then returns a dictionary with…
-
### Describe the bug
In normal mode, type `q:` to enter command window.
Type any command, say `echo "dog"`,
resulting in the following error:
```
E5108: Error executing lua ...plugged/nvim-tree…
-
**Language informations**
I'm looking to add support for EEX (embedded Elixir) and ERB (embedded Ruby) templates. The file extensions usually are `html.eex` and `html.erb` to indicate the base lang…
-
**Is your feature request related to a problem? Please describe.**
LSP-based semantic tokens [are now supported](https://github.com/neovim/neovim/pull/21100) with the upcoming nvim v0.9 release (avai…
-
### 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.0-dev-2947+ge1ca7a7bf
### Neorg setup
requir…
-
The [playground](https://tree-sitter.github.io/tree-sitter/) on the main docs site demonstrates that tree-sitter indeed generates everything that is currently extracted by combining `ctags` + `gtags`.