vim-awesome
Awesome Vim plugins from across the universe (by divad12)
vim-startify
:link: The fancy start screen for Vim. (by mhinz)
Our great sponsors
vim-awesome | vim-startify | |
---|---|---|
48 | 33 | |
1,960 | 4,990 | |
0.0% | - | |
0.0 | 0.0 | |
over 2 years ago | 18 days ago | |
Python | 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-awesome
Posts with mentions or reviews of vim-awesome.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-26.
-
Vim vs Vscode: Developer Productivity
Vim is infinitely customizable. While Vscode allows you to change the app’s color scheme, install plugins, and change a few app settings, Vim offers you complete control over the editor’s experience. You have thousands of plugins to choose from. You can completely remap any keybinding and create new shortcuts for tasks in your daily workflow. And giving you more power as a developer, you can completely reprogram or automate your Vim experience with the built-in Vimscript language or Lua for Neovim.
-
Let the IDE wars, uh, continue!
This is a pretty good website for browsing vim plugins: https://vimawesome.com
VimAwesome is a website with a curated list of vim plugins. You can search by category or type for something that fits your needs. I highly recommend browsing the list just to see what there is.
-
'%' not working - should jump to matching '{}'
I recently moved to Mac/OSX from Linux and have struggled with my vim setup. I found some installations bundles that attempt to set everything up for me, so I used one of those, iirc it is this one: https://vimawesome.com/ . However, I have some issues with it. While coding, I often want to jump around code blocks and I do so by taking advantage of the '{}' characters (curly braces) used for code blocks in the languages I use (javascript and C++). In vi, the '%' character can be used to jump between the matching curly brace. However, in my current setup, this does not work. How can I find how to make the '%' feature work again?
-
I have no idea what I need...
That is probably a couple of hours worth of work getting the plugins set up. Then you're in the wild west looking for things that are interesting. I suggest you stay as minimal as you can as long as you can, but there is plenty to find.
-
Neovim Customization
Find the desireable plug-ins from VIM Awesome this is one of the best places to find vim and neovim plugins. For this tutorial we will add couple of plug-ins to make our neovim look good and work like an ide.
-
Is there a websitre for rating or popularity ranking for vim plugins?
Unfortunately not maintained anymore, but it updates automatically so is still somewhat useful.
- Boss: "Write better comments."
-
Can't get over this obstacle to join Vim Community
Are you aware of https://vimawesome.com/ Makes it pretty easy to find plugins.
vim-startify
Posts with mentions or reviews of vim-startify.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-20.
-
Remember open buffers per project?
https://github.com/mhinz/vim-startify has also means to store sessions with command 'SSave'.
-
What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
might be well known but i like https://github.com/mhinz/vim-startify easy to use start screen with most recently used lists of files, etc.
-
what vimL plugins are you still using?
Startify
-
What are your must-have vim/nvim extensions?
mhinz/vim-startify - Start page
-
Finally found a good replacement for Startify (mini.starter)
I was trying to center the startup screen for vim-startify and went down the rabbit hole of looking for a different startup plugin. My main use is that I want to start my already existing startify sessions as everything else I do with Telescope. I found mini.starter and it is working exactly as I want it to so I thought I would share for others that look for something similar. Don't get put off by the many components of the plugin. They are not loaded if you don't need them. Here is my a screenshot and my config for a minimal, centered, startup:
-
One more nvim config with fennel, I am glad I moved (from vimscript)
I do restart vim when it's impossible to evaluate modified stuff in place to see the result immediatelly. Sometimes, when I have lots of buffers opened, need all of them and need to restart, a save a session with Startify :SSave command. On restart I press one key and have everything back.
-
Favourite files plugin
I use Startify, which does a good job with sessions and gives you the ability to create bookmarks and display them on the start screen. My mappings to create a new window or tab always end with invoking Startify, so it is like the new tab screen that web browsers have, showing bookmarks and recent files.
-
10 Vim plugins I can’t live without (and how to install them?)
Startify
-
Can you show your Dashboard? I find mine so monotonous.
I honestly still use vim-startify: I just have quick links to the most recently opened files, for all the rest I have fuzzy finders and commands in place, so I need not really have them "one click away" on the dashboard (I won't be using them from there anyway).
-
How to switch from Pycharm to Vim?
For your second problem. Personally, I use git worktree to work on different branches. In each work tree you can have a separate Session.vim file. You can create it manually with :mksession or use a plugin https://github.com/tpope/vim-obsession. You may find https://github.com/tpope/vim-projectionist useful too. IMO centralized management from inside Vim is not the way to go, but that's not the only point of view. There is https://github.com/mhinz/vim-startify for example.
What are some alternatives?
When comparing vim-awesome and vim-startify you can also consider the following projects:
nvim-web-devicons - lua `fork` of vim-web-devicons for neovim
alpha-nvim - a lua powered greeter like vim-startify / dashboard-nvim
vim-rooter - Changes Vim working directory to project root.
bracey.vim - live edit html, css, and javascript in vim
vimwiki - Personal Wiki for Vim
blamer.nvim - A git blame plugin for neovim inspired by VS Code's GitLens plugin
goyo.vim - :tulip: Distraction-free writing in Vim
vim-nerdtree-tabs - NERDTree and tabs together in Vim, painlessly
tagbar - Vim plugin that displays tags in a window, ordered by scope
neovim - Vim-fork focused on extensibility and usability
vundle - Vundle, the plug-in manager for Vim
vim-session - Extended session management for Vim (:mksession on steroids)