Binh Tran
Binh Tran
## Description This will add minimal support for [Nushell](https://www.nushell.sh/) include lspconfig and treesitter highlight ## Additional Context Close #2164
This PR will add a workaround for capture multiple group with same name (Alternative to https://github.com/neovim/neovim/pull/17099). The solution is add index to capture and get only the name in strategies...
I don't known why but link hint on my browser sometimes uses the default theme. I must use the more specific css matching from other vimium theme to solve this...
### 🤔 What's the problem you're trying to solve? The `features` and `glue` settings in the language server are only configurable in the configuration sent during the startup process. However,...
This is useful for some people also use fennel as config file.
### 🤔 What's the problem you've observed? While Treesitter offers certain parsing capabilities, its current stage of development can introduce challenges that may outweigh its benefits for our specific needs....
This PR will simplify the use of `match_row` function in both `match` and `match_positions` and also reduce the space complexity of `match` by just use one array.