vim-jsx-typescript
vim-scriptease
vim-jsx-typescript | vim-scriptease | |
---|---|---|
1 | 7 | |
304 | 672 | |
- | - | |
0.0 | 3.2 | |
over 3 years ago | 11 months ago | |
Vim Script | Vim Script | |
The Unlicense | - |
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-typescript
vim-scriptease
-
How do you read long messages in :messages
I use tpope/vim-scriptease's :Messages instead.
-
highlight command in init,lua
Another great tool is the Scriptnames command from the vim-scriptease plugin. It dumps the output of :scriptnames into the quickfix list, letting you open all the files vim is reading to help with troubleshooting.
-
Help Fixing Plugin ( Syntax Plugin ) + RegEx
And the tpope extension comes in handy: https://github.com/tpope/vim-scriptease
- Plugin developers, how do you manage your repos?
-
How I made my First Successful Vim Plugin
As you continue your journey into vim plugin dev, I'd recommend vim-lookup and vim-scriptease.
-
vim-visualrun: select some lines and run them as a Vim command
This seems related to the g= mapping from vim-scriptease. I personally also have the following two mappings defined in ftplugin/vim.vim:
-
Visual calculator function
FYI, tpope/vim-scriptease provides this bound as an operator g=. You may want to read that implementation to see what you can learn more advanced techniques for writing vimscript. With the operator, you can g=W to convert the WORD to a solved expression.
What are some alternatives?
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
vim-jsx-improve - Syntax and indent plugin for React jsx.
aniseed - Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
tree-sitter-typescript - TypeScript grammar for tree-sitter
vimspector - vimspector - A multi-language debugging system for Vim
typescript-vim - Typescript syntax files for Vim
vim-enmasse - Edit every line in a quickfix list at the same time
vim-jsx-pretty - :flashlight: [Vim script] JSX and TSX syntax pretty highlighting for vim.
vim-evalvim - Evaluate VimL
vim-lookup - Jump to the definition of variables or functions in VimL code.