vim-prettier VS plugin-ruby

Compare vim-prettier vs plugin-ruby and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-prettier plugin-ruby
8 7
1,758 1,445
0.1% 0.7%
6.8 8.3
3 months ago 7 days ago
Vim Script JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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-prettier

Posts with mentions or reviews of vim-prettier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Working remotely using SSH
    10 projects | /r/vim | 16 Nov 2022
    and prettier https://github.com/prettier/vim-prettier
  • How to compile vim with python 3.7+
    1 project | /r/vim | 15 May 2022
    You can still use vimscript plugins in the same way in neovim as you do in vim. In particular there's a specific plugin: https://github.com/prettier/vim-prettier
  • Halp: Prettier not working on lua files
    4 projects | /r/neovim | 14 May 2022
    Prettier (https://github.com/prettier/vim-prettier) seems to work fine on html and javascript files. But when I run :PrettierCli on a lua file it says No parser and no file path given, couldn't infer a parser. I have treesitter installed. I used treesitter's ":TSInstall: lua" and :checkhealth shows a lua parser installed. Not sure what I'm missing or what to do to troubleshoot from here,
  • How to run a command(formatter) when I exit insert mode using ESC?
    1 project | /r/vim | 17 Apr 2022
    Have you looked through the configs for vim-prettier? Maybe exec_cmd_async
  • JetBrains’ Statement on Ukraine
    3 projects | /r/programming | 11 Mar 2022
    auto-formatting - prettier
  • Code Formatter for Neovim for Common languages.
    3 projects | /r/neovim | 19 Jan 2022
    I have been using vim for much much time now. Everything is going well but every time I want to format my code I got stuck. I have tried many plugins like vim-autoformat which is not formatting correctly (not the major filetypes like JSX, TSX), vim-prettier which is very slow and I have to wait some seconds to get the file formatted correctly, coc-prettier this was my favorite but I shifted to LSP so no usage of this plugin now.
  • Format Code The Vim Way
    2 projects | /r/vim | 23 Mar 2021
    Personally I like to use plugins (prettier/vim-prettier / fatih/vim-go) for added simplicity and less manual configuring (less filetype based configuring etc.).
  • [pt-BR] NeoVim para Typescript
    5 projects | dev.to | 26 Jan 2021
    Vale considerar também o Prettier:

plugin-ruby

Posts with mentions or reviews of plugin-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Unveiling the big leap in Ruby 3.3's IRB
    6 projects | news.ycombinator.com | 23 Dec 2023
  • Rails vs Rubocop?
    3 projects | /r/rails | 1 Jul 2022
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    Prettier started out as an opinionated code formatter for JavaScript, but it now supports many other languages, including Ruby. Installing its Ruby plugin is straight forward: add the prettier gem to your Gemfile and then run bundle.
  • Halp: Prettier not working on lua files
    4 projects | /r/neovim | 14 May 2022
    You'd need a prettier plugin for Lua, similar to the ones that exist for php (https://github.com/prettier/plugin-php) and ruby (https://github.com/prettier/plugin-ruby). I'm pretty sure that there isn't one for Lua, but you can try googling it.
  • Formatter
    1 project | /r/ruby | 31 May 2021
    Did you try prettier maybe?
  • Standard Ruby 1.0
    1 project | news.ycombinator.com | 11 Mar 2021
    To me "stardard" ruby style is style used in the std-lib.

    Whilst I can see the benefit of having an AST format code for you, e.g. if can you use it to fix language version changes like positional arguments and keyword arguments in Ruby 3,.0 I worry about how good/bad RuboCop is at formatting.

    Last time I tried it, it was indenting in a different way to the std-lib.

    At the time I found that prettier-ruby[1] did a much better job. Hopefully that's improved since.

    1. https://github.com/prettier/plugin-ruby

  • My Rubocop Configuration for a Successful Rails Project
    3 projects | dev.to | 9 Feb 2021
    Rubocop has a very nice auto-correct feature to automatically fix many of the warnings it gives, but we've noticed in the past that with line length issues specifically the auto-corrected files can be misformatted. For that reason, we use the Ruby plugin for Prettier to correct line length.

What are some alternatives?

When comparing vim-prettier and plugin-ruby you can also consider the following projects:

coc-prettier - Prettier extension for coc.nvim.

coc-solargraph - Solargraph extension for coc.nvim

nvim-config - my nvim config

prettier-plugin-solidity - A Prettier plugin for automatically formatting your Solidity code.

vim-autoformat - Provide easy code formatting in Vim by integrating existing code formatters.

prettier-plugin-prisma - Prettier plugin for Prisma

vim-plug - :hibiscus: Minimalist Vim Plugin Manager

prettier - Prettier is an opinionated code formatter.

sh - A shell parser, formatter, and interpreter with bash support; includes shfmt

prettier-eslint - Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.