InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 23 Vim Script neovim-plugin Projects
-
After some version this config depends
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
asyncrun.vim
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
I can :Man blah to look up docs or :AsyncRun to build/run with jumpable output in the quickfix. Doing it within vim means I can pull from any register for pasting, yank without a mouse, hide buffers or move them to tabs, etc.
-
There are a couple of plugins that do this.
For vim: https://github.com/wellle/context.vim
For neovim (much higher performance in my experience): https://github.com/nvim-treesitter/nvim-treesitter-context
I believe there's now also a VS code plugin for the same behavior, but I don't know what it's called.
-
-
Project mention: A mouse popup menu for cut/copy/paste/save/exit config that can be recommended? | reddit.com/r/neovim | 2022-07-23
skywind3000/vim-quickui
-
wilder.nvim
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Is there a command runner plugin like a lot of apps have like cmd-k | reddit.com/r/vim | 2022-10-11
Please take a Look at https://github.com/skywind3000/asynctasks.vim
-
I first started by reading some tutorials but most of those used parser combinators. For me, parser combinators always caused some issues sooner or later (at least in Lua when trying to parse recursive / nested nodes). An example project that uses this technique is vim-vsnip: https://github.com/hrsh7th/vim-vsnip/blob/master/autoload/vsnip/snippet/parser.vim. Later, I found out that Luacheck uses a different approach which I liked better: https://github.com/lunarmodules/luacheck/blob/master/src/luacheck/parser.lua. That's the project that helped me the most while writing my own parsers for different snippet engines.
-
Project mention: GitHub - patrkris/pisk: PostgreSQL sessions in Vim | reddit.com/r/PostgreSQL | 2022-11-06
-
So these days I just use https://github.com/mcchrish/nnn.vim
-
Sure, but note that I cobbled it together from this blogpost and from peeking at blamer.nvim's source. I don't really know vimscript, so it might have an error or two and probably isn't the best way to do this:
-
-
Project mention: coc-fzf VS telescope-coc.nvim - a user suggested alternative | libhunt.com/r/coc-fzf | 2022-07-20
-
Maybe that helps with autocompletion in dadbod: ```lua Plug 'https://github.com/tpope/vim-dadbod.git' Plug 'https://github.com/kristijanhusak/vim-dadbod-ui.git' Plug 'https://github.com/kristijanhusak/vim-dadbod-completion.git'
-
-
Project mention: Complete newbie trying to add colorscheme plugin to kickstart's init.lua | reddit.com/r/neovim | 2023-01-15
Observed that none of the colorscheme advertised at https://github.com/mcchrish/zenbones.nvim seem to be available. (The default color schemes are available, though.)
-
Project mention: What color scheme do you use with transparent background enabled? | reddit.com/r/neovim | 2022-11-08
-
Maybe you'll vim-jetpack interesting.
-
I use https://github.com/kristijanhusak/vim-packager
-
beacon.nvim
Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is
danilamihailov/beacon.nvim might do something similar to what you described.
-
The alternatives I see are: Comrade plugin and IntelliJ LSP. But I was never able to give this a go yet.
-
Project mention: which general purpose fuzzy finder are you using? | reddit.com/r/neovim | 2022-10-27
you mean this one? https://github.com/srstevenson/vim-picker
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Vim Script neovim-plugin related posts
- How to surround a paragraph with multiple charaters/symbols?
- Anybody have a keymap/config for folding and unfolding a block of code? Also how to comment lines of selected code?
- looking for help - debug typescript
- Question about folke's which-key and <CR> (`RETURN`)
- any recommendations for themes that can reduce eye strain?
- Neovim Plugin equivalent for task runner of VSCode
- How do you turn off the yellow highlighting after your done with the search?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 26 Jan 2023
Index
What are some of the best open-source neovim-plugin projects in Vim Script? This list will help you:
Project | Stars | |
---|---|---|
1 | ale | 12,405 |
2 | targets.vim | 2,339 |
3 | asyncrun.vim | 1,687 |
4 | context.vim | 1,052 |
5 | tender.vim | 1,006 |
6 | vim-quickui | 957 |
7 | wilder.nvim | 907 |
8 | asynctasks.vim | 774 |
9 | vim-vsnip | 718 |
10 | vim-dadbod-ui | 702 |
11 | nnn.vim | 605 |
12 | blamer.nvim | 599 |
13 | lens.vim | 450 |
14 | coc-fzf | 374 |
15 | vim-dadbod-completion | 369 |
16 | vim-template | 364 |
17 | zenbones.nvim | 357 |
18 | vim-monokai-tasty | 356 |
19 | vim-jetpack | 244 |
20 | vim-packager | 235 |
21 | beacon.nvim | 218 |
22 | Comrade | 203 |
23 | vim-picker | 197 |