-
Lazy package configuration:
```lua
{
"nvim-treesitter/nvim-treesitter",
dependencies = {
"windwp/nvim-ts-autotag",
},
opts = {
autotag = {
enable = true,
…
-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…
-
### Description
I get error messages when editing Terraform tfvars (terraform.tfvars) files with Neovim.
```
E5248: Invalid character in group name
E5248: Invalid character in group name
E5248:…
-
Hey @rafamadriz,
I was wondering if it would be okay to re-introduce the terraform snippets. I noticed that there was a fix commit on the 20th of May (https://github.com/rafamadriz/friendly-snippet…
-
微博内容精选
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.90.0
- OS Version: Ubuntu 24.04
Steps to Reproduce:
1. Update VSCode to 1.90.0
2. Star…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.82.2
- OS Version: Ubuntu 20.04.6 LTS (focal)
Steps to Reproduce:
I followed [the troub…
-
This issue will collect all feedback submitted via the feedback form at the end of each tutorial
----
Results have been [aggregated](https://nbviewer.jupyter.org/github/bebatut/galaxy-training-m…
-
#### Description :octocat:
After https://github.com/emacs-helm/helm/commit/a4380caef3a9e4b1e8d11458852ab67ba9b4cf58 changed `helm-show-action-window-other-window`'s default value to `'left`, trying…
-
### Describe the bug
Hi!
After i did a :PlugUpdate, then it stopped working.
I saw that treesitter was updated.
I have tried with :TSUpdate but i can't get my highlighting to work:
### To…