Wessel Blokzijl
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...
### 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...
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...
When using this plugin, the syntax highlight colors are not always respected (at least within terraform). Normal highlighting(using treesitter):  Highlighting with `nvim-treesitter-context`:  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...
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...
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...
### 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....
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).