-
I don't really know if it's lazyvim's specific issue or this plugin's but when I install it it doesn't work. This is my `matchit.lua` file:
```lua
return {
-- Add vim-matchtag plugin
{
…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.79.0
- OS Version: Windows 11 Pro 22621.1778
Steps to Reproduce:
1. Open a file that co…
-
I want to have the same experience of VSCode and some other code editors and IDEs, some examples are coming. As no plugin now solves this problem It seems difficult to apply different types of comment…
-
### Problem
Following 0083e03d, `vim.lsp.buf.definition` can throw an error:
```
Error executing vim.schedule lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:102: Cursor position outs…
-
First of all, thanks for creating this plugin. This is definitely a feature we need in vim!
Sadly this plugin doesn't seem to work when used together with [yajs.vim](https://github.com/othree/yajs.…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
1. install zed.dev
2. enable vim mode.
3. jsx/html file tryna use vim motions.
4. not working a…
-
### Problem
when i type 'gcc; this is how it gets commented in a JSX file
![image](https://github.com/neovim/neovim/assets/99483158/308e9531-44b2-4588-a302-8c9d2580f73d)
### Steps to reproduce
!…
-
diff
https://github.com/MaxMEllon/vim-jsx-pretty/compare/master...LumaKernel:master
This is a fix for combination with lexima.vim.
```javascript
export function foo () {/* cursor is here and h…
-
# Issue:
The combination of mxw/vim-jsx and junegunn/rainbow_parentheses.vim, with a custom g:rainbow#pairs list, breaks syntax highlighting.
# Minimal .vimrc to replicate:
```vim
set nocompat…
-
I'm running into inconsistencies in highlighting between `ft=typescript` and `ft=typescriptreact`.
I'm using `yats.vim`, `vim-javascript`, and of course `vim-jsx-pretty`, all just updated using `vi…