Some front-end developers here?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dotfiles

    My personal dotfiles (by jesseflorig)

    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.

    CodeRabbit logo
  • Dotfiles

    My manjaro dotfiles (by realestninja)

    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

  • vim-react-snippets

    :scissors: React code snippets for vim (by realestninja)

    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

  • emmet-vim

    emmet for vim: http://emmet.io/

    https://github.com/mattn/emmet-vim if you’re lazy like me with HTML.

  • dotfiles

    Discontinued <3 ~ (by ceuk)

    dotfiles. Minimalists hate me πŸ˜‚

  • coc-vetur

    Vue language server extension for coc.nvim

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • dotfiles

    πŸ‘· my dotfiles. (by dvogt23)

    My dotfiles for inspirations: https://github.com/dvogt23/dotfiles

  • vim-hugo

    Vim plugin for web development with static site generator Hugo

    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

    Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.

    delimitMate - autoclose quotes, parenthesis, brackets and so on

  • vim-closetag

    Auto close (X)HTML tags

    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

    Vim syntax and indent plugin for .vue files

    vim-vue-plugin - supports *.vue files (Vue single file components)

  • typescript-vim

    Typescript syntax files for Vim

    vim-typescript - TypeScript support

  • vim-signify

    :heavy_plus_sign: Show a diff using Vim its sign column.

    vim-signify - display Git changes in the sign column

  • vim-javascript

    Vastly improved Javascript indentation and syntax support in Vim.

    vim-javascript - better JavaScript support

  • vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

    vim-fugitive - do your Git stuff from inside Vim

  • YouCompleteMe

    A code-completion engine for Vim

    YouCompleteMe - autocompletion for (nearly) everything

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • We need more zero config tools

    8 projects | news.ycombinator.com | 2 Oct 2024
  • Use the builtin `listchars` option to implement minimalistic indent guides

    4 projects | /r/neovim | 7 Dec 2023
  • 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 ?

    10 projects | /r/neovim | 4 Jul 2023
  • What are the benefits of using nvim-lspconfig?

    3 projects | /r/neovim | 2 Jul 2023
  • Is there a config that shows you all majority of the commands and adjusts depending on mode?

    2 projects | /r/neovim | 7 May 2023

Did you konow that Vim Script is
the 32nd most popular programming language
based on number of metions?