Guilherme Soares

Results 12 issues of Guilherme Soares

Closes https://github.com/nvim-treesitter/nvim-treesitter-context/issues/275 Add the possibility of providing a percentage string of `max_lines` e.g., "5%"; or a function that returns a number or a percentage string. Notes: - Looking at the...

I believe the following should be valid sql, but as you can see it isn't correctly parsed: ```sql CREATE TABLE test ( name TEXT UNIQUE ); ``` ```(program ; [0,...

## Problem When looking through the plugin's details the cursor jumps to other plugin's headers. ## Proposal Create a field `selected_plugin`. If a new plugin was selected jump to its...

I'm trying to use `templ` to restart on templ file changes with the additional `--cmd` flag to run wgo in order to watch go files: - `templ generate --watch --proxy="http://localhost:8000"...

Problem: `vim.treesitter.inspect_tree()` doesn't exit after closing the original window if there are two windows for the inspected buffer, and correctly so. However, this will generate errors due to an invalid...

treesitter

### Problem When trying to use the command `templ generate --watch --proxy="http://localhost:8000" --cmd="wgo run main.go"` I noticed that wgo didn't close correctly. After discussing on the wgo repo ( see...

### Motivation & Context Current ScrollSpy behavior had some shortcomings when it comes to detecting the correct active class. - Sometimes none of the classes are active - After clicking...

js
v5

## Problem: In WSL, `explorer.exe` should be checked if `xdg-open` isn't supported. ## Solution: I thought of using `vim.ui.open()`, which allows for more flexibility if the user wants to override...

stale