vim-jsx-pretty
tagalong.vim
vim-jsx-pretty | tagalong.vim | |
---|---|---|
8 | 1 | |
963 | 412 | |
- | - | |
0.0 | 5.9 | |
over 3 years ago | about 1 year ago | |
Vim Script | Vim Script | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-jsx-pretty
-
LSP-Zero default config: TSX and JSX indentation is seriously busted.
Consider using dedicated jsx indent plugin like MaxMEllon/vim-jsx-pretty. Vim indent of jsx is by default broken. And ensure additional_vim_regex_highlighting = true in nvim-treesitter config.
-
Tabs still being inserted with nosmartindent
If its not working I'd prolly try jsx-pretty, disabling the syntax highlights from it.
- Anyone have multiple language syntax highlighting with treesitter working?
-
Incorrect indentation on JSX/TSX/React files
I’ve always had issues with treesitter indent, not just with JSX, but for almost every language, so I just straight turn it off. What I do is enable regex highlighting in the treesitter options and use something like https://github.com/MaxMEllon/vim-jsx-pretty for JSX files, I doesn’t override treesitter highlighting but it does provides indentation.
-
JSX React tab indenting issues
Yep, Treesitter indentation is really real experimental. I had the same problem in JSX when I used it. What I did is use this plugin for JSX files only: https://github.com/MaxMEllon/vim-jsx-pretty
-
Even though I have plugins installed, syntax-highlighting isn't working well for JSX and TSX files
maxmellon/vim-jsx-pretty
-
JSX for web components
Syntax highlighting and language support via the lit-html VSCode extension and vim-jsx-pretty plugin
-
Operations on React JSX code
https://github.com/MaxMEllon/vim-jsx-pretty/blob/6989f1663cc03d7da72b5ef1c03f87e6ddb70b41/after/ftplugin/jsx.vim#L11-L15
tagalong.vim
-
Is there a way to change both opening and closing tags in html/vue?
This should do the trick: https://github.com/AndrewRadev/tagalong.vim
What are some alternatives?
vim-jsx-improve - Syntax and indent plugin for React jsx.
nvim-ts-closetag - Use treesitter to auto close and auto rename html tag
htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease
yats.vim - Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
linediff.vim - A vim plugin to perform diffs on blocks of code
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
TsepepeVim - Vim plugin which provides basic C++ refactoring utilities
ficusjs - FicusJS is a set of lightweight functions for developing applications using web components
rainbow_levels.vim - A different approach to code highlighting.
vim-js - 💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
ficusjs-snowpack-starter - FicusJS Snowpack starter