vim-autoformat
Provide easy code formatting in Vim by integrating existing code formatters. (by vim-autoformat)
vimrc
The ultimate Vim configuration (vimrc) (by amix)
vim-autoformat | vimrc | |
---|---|---|
6 | 26 | |
2,265 | 31,089 | |
0.4% | 0.4% | |
4.7 | 4.1 | |
2 months ago | 5 months ago | |
Vim Script | Vim Script | |
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.
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-autoformat
Posts with mentions or reviews of vim-autoformat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-03.
-
I'm dissatisfied with both wrap and nowrap
You can then make a vim mapping to the executable or get something like https://github.com/vim-autoformat/vim-autoformat To make setting up (multiple) formatters a little easier.
-
Code Formatter for Neovim for Common languages.
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.
-
Formatter for C++ code ( in Neovim)
I use the vim-autoformat plugin.
-
Vim 2022: format your code in real-time !!
There are plenty of code-formatting plugins, like auto-format and neoformat, for vim. But all of them require running a certain command or using :w to trigger formating.
- Using vim as a laravel/phpstorm developer
-
Which autoformatting plugin do you recommend?
I use Chiel92/vim-autoformat it will work with most popular code formatters out of the box. I have it setup so that it autoformats on save. It's also popular and kept up to date. My config looks like:
vimrc
Posts with mentions or reviews of vimrc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-15.
-
Do I need to have a lot of command line knowledge in order to learn Vim?
there are several vimrc files: https://github.com/amix/vimrc
- Finally started my .vimrc
-
Prof made it very clear from the first day thar we can't use IDEs in the course
Vim with https://github.com/amix/vimrc
-
Jedi-Vim not working well with konsole terminal?
If you want my five cents, then I would say that using something like https://github.com/amix/vimrc without fully understanding the consequences, is a bad idea. And instead you should focus on the basics of vim, vimtutor followed by :h user-manual.
-
A Quick Intro to Common Commands in Linux
text editors for writing files. Recommended: install plugins ultimate vim to make vim more powerful and colorful.
-
my first experience (everything went wrong) with archcraft
Archcraft's vim uses this vimrc which adds a lot of plugins including some for improving appearance, so it's more suited for a terminal emulator than a tty.
- VIMRC - The VIM configuration script that turns it into a powerhouse
-
What’s your favorite software for terminal programming?
I'm basically using this as a base with some tweaks :)
-
I gave up
Or if you want something very minimal, just for easier editing experience when connected to server, try just a simple preconfigured vimrc file, where you can comment and uncomment stuff that you might need. I use amix as base for my own vimrc file.
-
Vim - The ultimate text editor?
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
What are some alternatives?
When comparing vim-autoformat and vimrc you can also consider the following projects:
neoformat - :sparkles: A (Neo)vim plugin for formatting code.
Vim - :star: Vim for Visual Studio Code
formatter.nvim
spf13-vim - The ultimate vim distribution
vim-razor - Vim syntax highlighting and indentation for Razor markup
SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc