dotfiles VS vim-developer

Compare dotfiles vs vim-developer and see what are their differences.

vim-developer

Vim plugin to make it easy to edit vimrc, after/ftplugin, and after/syntax files (by AriSweedler)
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
dotfiles vim-developer
4 3
5 2
- -
5.8 1.6
9 days ago 11 months ago
Lua Vim Script
- -
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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-02.
  • What are the benefits of using nvim-lspconfig?
    3 projects | /r/neovim | 2 Jul 2023
    I don't get the hang up. I like tinkering on my config. Check out the ftplugins I have from original vim :) https://github.com/AriSweedler/dotfiles/tree/main/.vim/after/ftplugin - sure, most of them are just tab settings, but a few are pretty useful, like the sh one or the C++ one. The languages I actually use the most.
  • How to do this in Neovim?
    8 projects | /r/neovim | 24 Aug 2022
    Also, I have a plugin that lets s( surround the text with parens. I wrote it myself: link. Although there are many mature alternatives out there. Anyway. Without that plugin there's no easy way. You gotta A) then I(, which is 2 commands. Not 1.
  • Spacing and virtualedit=all
    1 project | /r/vim | 30 Nov 2021
    But yes, it inserts spaces before. If you type in the middle of a tab it converts it to spaces. Check out this https://github.com/AriSweedler/dotfiles/blob/main/.vim/plugin/whitespace.vim you can source it as a plugin and use it to inspect whitespace. Specifically the Leader-W mapping.
  • What goes where in a vimrc? How do I know that?
    2 projects | /r/vim | 21 Oct 2021
    I wanna edit my ftplugin for cpp? Easy. You can see my directory structure with this link: https://github.com/AriSweedler/dotfiles/tree/main/.vim

vim-developer

Posts with mentions or reviews of vim-developer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-21.

What are some alternatives?

When comparing dotfiles and vim-developer you can also consider the following projects:

dotfiles - Dotfiles or you can say my swiss army knife. Configs for creating a delightful development experience - vim + tmux + Fzf + Rg + LSP etc.