Will Adams
Results
2
issues of
Will Adams
This doesn't seem to work in astro files. I have in my Neovim config ```lua vim.g.vim_matchtag_files = "*.astro,*.html,*.xml,*.js,*.jsx,*.vue,*.svelte,*.jsp,*.tsx" ``` All the other file types in that string work with matchtag...
The plugin no longer works with saving or using a cookie in the request. This request used to work for me: ```http # Login a user POST {{BASE_URL}}/api/users/auth Content-Type: application/json...