vim-awesome
vim-obsession
Our great sponsors
vim-awesome | vim-obsession | |
---|---|---|
48 | 16 | |
1,960 | 1,530 | |
0.0% | - | |
0.0 | 3.0 | |
over 2 years ago | 2 months ago | |
Python | Vim Script | |
MIT License | - |
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
-
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-obsession
-
nvim-linefly - Just what the world needs, yet another Lua statusline plugin (I'm sorry)
These are the main characteristics of linefly: * Small size (564 lines of Lua) * Very fast startup (almost as fast as the stock Neovim statusline) * Simple tab support (workspace tabs only, not buffer tabs) * Winbar support (works well in combination with global statusline) * Git branch detection * Git status via Gitsigns * Diagnostic status * vim-obsession and possession.nvim session support * Minimal jank as mode changes or write-status or line number changes; I don't like it when the filename moves one or two characters left or right when there are state changes. Not here. * Direct colorscheme support for these themes: moonfly, nightfly (both my own themes) along with: catppuccin, dracula, edge, embark, everforest, gruvbox,gruvbox-material, kanagawa, nightfox, sonokai and tokyonight. All other themes will use best-guess-fallback colors derived from the theme in effect.
-
Do you use the mksession command? Try out vsm!
Nice work, I may have to try this out. Currently I rely on vim-obsession and a bash function to open vim with a session file matching the name of the directory I'm in.
- Here's a question
-
Which, in your opinion, is the best session management plugin?
https://github.com/tpope/vim-obsession i like this one
-
What’s the best start up screen written in Lua?
Instead of a start screen, I prefer vim-obsession, Telescope, and which-key.nvim.
- Neovim C++ development
-
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's your workflow in Vim like with multiple files in a project?
I have a hotkey to open a list of remembered buffers, and I navigate and hit enter to open that file. If can use obsession to always save the session, so the list of buffers is remembered between sessions.
- What's New in BBEdit 14
-
How can I learn VIM workflow(besides actual VIM)
A good commenter plugin eg caw, Debugger integration with eg vimspector, Repl code running with eg sniprun, autocompletion plugin like nvim-compe, a snippet plugin eg ultisnips, and tabnine (for compe) which is ai completion, Also read up on Sessions and use some Autosession plugin like https://github.com/tpope/vim-obsession,
What are some alternatives?
bracey.vim - live edit html, css, and javascript in vim
tagbar - Vim plugin that displays tags in a window, ordered by scope
vundle - Vundle, the plug-in manager for Vim
delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
vim-easy-align - :sunflower: A Vim alignment plugin
awesome-neovim - Collections of awesome neovim plugins.
vim-gutentags - A Vim plugin that manages your tag files
vimwiki - Personal Wiki for Vim
vim-plug - :hibiscus: Minimalist Vim Plugin Manager
awesome-vim-colorschemes - Collection of awesome color schemes for Neo/vim, merged for quick use.
vim-maximizer - Maximizes and restores the current window in Vim.
BBEdit-stuff - The scripts and text filters I use with BBEdit, my favourite editor