awesome-neovim
minimap.vim
Our great sponsors
awesome-neovim | minimap.vim | |
---|---|---|
121 | 14 | |
10,363 | 1,003 | |
- | - | |
7.9 | 3.8 | |
5 days ago | about 2 months ago | |
Vim Script | ||
Creative Commons Zero v1.0 Universal | 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.
awesome-neovim
-
How could one learn to customize Neovim?
I started here: Awesome Neovim, it has a huge list of nice things to use for your own setup. I watched a few tutorials on youtube to know with which plugins to start.
-
Are there any preconfigured config to make neovim as a text editor rather than a IDE?
Im an emacs convert, and recently started doing my own configs from scratch. this is where i look up plugins: https://github.com/rockerBOO/awesome-neovim
-
Is this Neovim?
If you need plugins check out these websites. Awesome Neovim. and Neovimcraft.
-
Problem with running code
There's overseer.nvim to run all sorts of things and neotest to run tests. In general, you can check awesome-neovim or TWiN to look for plugins.
-
Any good pre configured repo/config to work in a multi purpose daily basis?
Plus, you can take a look at awesome-neovim or neovimcraft for plugins that you may want to use. Lastly, you can also look at my config for some reference/guide. Hope it helps.
- Show HN: Frogmouth – A Markdown browser for your terminal
-
Sunken Cost Fallacy
Since you're already familiar with gvim it probably shouldn't be too hard to get Neovim set up! The configurations of vim vs neovim are mostly the same, unless you want to configure with lua. You'll just have to move your vimrc to ~/.config/nvim/init.vim. You can probably find some excellent configuration tutorials on youtube. I'd highly recommend checking out Awesome Neovim for good plugins if you want to get an IDE-like experience. I personally use packer.nvim to manage my plugins, nerdtree for file browsing, coc.nvim for autocomplete, and ale for code linting. Good luck switching if you decide to do so!
-
Have you ever wondered how "average popular Neovim color scheme" looks like? I have. Here is the result (details in comments):
For reference color schemes I decided to go through awesome-neovim and pick top 5 Lua implemented color schemes with most stars. Here is the final list (as of 2023-04-20):
-
VS Code Dev Container alike setup for Neovim?
There are some plugins that provide container support Checkout the remote development section of the awesome-neovim repo, there are a handful of plugins built specifically to interact with docker.
minimap.vim
-
Showing VS Code to a Vim user be like
And if you really freaking wanted to, you could just add it to vim...
- Show HN: Ecode – A minimalist and fast open-source code editor
-
mini.map - window with buffer text overview, scrollbar, and highlights
Prior to writing this, I didn't use any "buffer overview" plugins. I accidentally happened to see a wfxr/minimap.vim plugin, which uses Rust dependency to render text overview. This made me really curious if I could implement similar functionality in Lua with at least comparable speed. Turned out, I could! Benchmarking 'mini.map' and 'wfxr/minimap.vim' for first map window opening on 'builtin.txt' help page (9338 lines) shows around 70-90 milliseconds of computation time. Both are much faster on smaller files, of course.
-
Vertical scroll bar in VIM
https://github.com/wfxr/minimap.vim (on the right, but a minimap instead a bar)
- How do I enable file/document preview on the right as shown in the picture?
-
What are your must-have vim/nvim extensions?
wfxr/minimap.vim - VSCode style mini maps
-
what minimap plugin do you use?
I don't usually use any minimap, but when I show my configuration, there is one for decoration.
-
nvim-scrollbar: a scrollbar that can show diagnostics and search results
very nice. Would love to have the same feature in https://github.com/wfxr/minimap.vim
-
A modern 2021 look at the vim vs Neovim discussion
Regarding minimap in terminal, I've been enjoying this plugin.
-
Help me setup my IDE
Do you mean something like that?
What are some alternatives?
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
vim-airline - lean & mean status/tabline for vim that's light as air
lvim - My config for LunarVim
chadtree - File manager for Neovim. Better than NERDTree.
paq-nvim - 🌚 Neovim package manager
lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua. [Moved to: https://github.com/nvim-lualine/lualine.nvim]
nvim-ts-closetag - Use treesitter to auto close and auto rename html tag
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
nvim-lspconfig - Quickstart configs for Nvim LSP