Results 17 issues of Wessel Blokzijl

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in exsisting issues or prs. ### How to reproduce the problem 1. Use...

bug

In [this video](https://www.youtube.com/watch?v=cf72gMBrsI0) TJ de Vries shows a way of showing test results as diagnostics inside the editor using the (vim9/neovim) builtin virtual text. This seems like an awesome feature...

enhancement
feature

When using this plugin, the syntax highlight colors are not always respected (at least within terraform). Normal highlighting(using treesitter): ![2022-09-02-140333_334x34_scrot](https://user-images.githubusercontent.com/446634/188139481-1cad8cec-c6e5-4227-a5e6-ca8f074c9c69.png) Highlighting with `nvim-treesitter-context`: ![2022-09-02-140359_345x33_scrot](https://user-images.githubusercontent.com/446634/188139541-f3369e26-b757-476b-af78-aa9440ddc860.png) It seems to use the basic...

### Terraform Version ```shell Terraform v1.3.3 on linux_amd64 ``` ### Use Cases Some data sources like `google_service_account_jwt`. Generate a token that is valid for 1 hour. However, since data sources...

enhancement
new

I wanted to open this issue as a discussion about sorting for tabs. In the following list i have my suggestions for what to do with every sorting option that...

enhancement

From `:h comments` ```vim 'comments' 'com' E524 E525 'comments' 'com' string (default "s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-") local to buffer A comma-separated list of strings that can start a comment line. See format-comments. See...

enhancement

### Terraform Version ```shell Terraform v1.2.8 ``` ### Use Cases Certain data sources require a timestamp as input. For example: [google_service_account_jwt](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/service_account_jwt) optionally takes an `exp` claim in its json payload....

config
functions
new

Add support for HCL: ``` @assignment.inner @assignment.lhs @assignment.outer @assignment.rhs @call.inner @call.outer @conditional.inner @conditional.outer @loop.inner @loop.outer @number.inner @parameter.inner @parameter.outer ``` Additionally added (curious what you think): ``` @conditional.condition @conditional.lhs @conditional.rhs @loop.control...

This supports terraform in the [same way treesitter does](https://github.com/nvim-treesitter/nvim-treesitter/blob/fad40f2010c6f50aaad285b2752551a37d8772e4/queries/terraform/injections.scm#L1).