-
I keep mine in a repo.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
In my projects I usually have a jsx file for a single component and the corresponding styles will be in a separate file. I created a vim function to open/create that file for styles. If you have a similar filestructure, you can just adjust the function to your needs: https://github.com/realestninja/Dotfiles/blob/master/vim/vim_config/features/openStyledComponentsFile.vim
-
I use Ultisnips for react a lot: https://github.com/realestninja/vim-react-snippets/blob/master/UltiSnips/javascript.snippets
-
nv-ide
Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)
Hi, here my nvim/vim configuration
-
https://github.com/mattn/emmet-vim if youβre lazy like me with HTML.
-
dotfiles. Minimalists hate me π
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
My dotfiles for inspirations: https://github.com/dvogt23/dotfiles
-
It's quite possible that you're using some other plugin (it's not a very original name). I didn't marketed mine, but if you're curious, it's this one: https://github.com/phelipetls/vim-hugo. I really put an effort into making syntax highlighting and indentation works.
-
delimitMate - autoclose quotes, parenthesis, brackets and so on
-
vim-closetag - automatically closes XML/HTML tags
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
Ale - for linting and error checking JavaScript, TypeScript, Vue components, SCSS and CSS
-
vim-doge
(Do)cumentation (Ge)nerator for nearly 20 languages π Generate proper code documentation with a single keypress. β‘οΈπ₯
vim-doge - a documentation generator (supports JSDoc)
-
vim-vue-plugin - supports *.vue files (Vue single file components)
-
vim-typescript - TypeScript support
-
vim-signify - display Git changes in the sign column
-
vim-javascript - better JavaScript support
-
vim-fugitive - do your Git stuff from inside Vim
-
YouCompleteMe - autocompletion for (nearly) everything
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
We need more zero config tools
-
Use the builtin `listchars` option to implement minimalistic indent guides
-
Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
-
What are the benefits of using nvim-lspconfig?
-
Is there a config that shows you all majority of the commands and adjusts depending on mode?