Vim Script vim-plugins

Open-source Vim Script projects categorized as vim-plugins

Top 23 Vim Script vim-plugin Projects

  • nerdtree

    A tree explorer plugin for vim.

    Project mention: I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch? | /r/vim | 2023-06-29

    I personally use nerdtree. Add nerdtree-git-plugin too, that's nice when looking at your project (for files, use vim-gitgutter).

  • vim-go

    Go development plugin for Vim

    Project mention: vim-go debugging | /r/neovim | 2023-05-20

    I found a github issue that seems related, but following the steps to start dlv on my own does not work either. https://github.com/fatih/vim-go/issues/3543

  • 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.

  • ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

    Project mention: A decent VS Code and Ruby on Rails setup | news.ycombinator.com | 2024-02-21

    I saw no mention of RBS+Steep, the latter providing a LSP. I use it a lot and very much like it, although it's still young and needs love, but it's making good, steady progress! I've been very pleasantly surprised by some of the crazy things Steep can catch, completely statically!

    You appear to be working on projects with Sorbet (which I tried to like but found it fell short in practice, notably outside of the app use case i.e it's mostly useless for gems) so it may be a tall order to try on those. Maybe you can give RBS+Steep a shot on some small project?

    RBS: https://github.com/ruby/rbs

    RBS collection (for those gems that don't ship RBS signatures in `sig`, integrates with bundler): https://github.com/ruby/gem_rbs_collection

    Steep: https://github.com/soutaro/steep

    VS Code: https://github.com/soutaro/steep-vscode

    Sublime Text: https://github.com/sublimelsp/LSP

    Vim (I'm working on it): https://github.com/dense-analysis/ale/pull/4671

  • tagbar

    Vim plugin that displays tags in a window, ordered by scope

    Project mention: A function to list all function signatures in the current C source file in the quick fix window . | /r/vim | 2023-07-04

    Check this plugin: https://github.com/preservim/tagbar

  • vim-devicons

    Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more

  • nerdcommenter

    Vim plugin for intensely nerdy commenting powers

    Project mention: html css commenting things out | /r/vim | 2023-06-01
  • targets.vim

    Vim plugin that provides additional text objects

    Project mention: How to move really efficiently in Vim? | /r/vim | 2023-07-01

    targets is nice too.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • vim-gutentags

    A Vim plugin that manages your tag files

    Project mention: Vim + Ctags + Modern JS | /r/vim | 2023-04-14

    https://github.com/ludovicchabant/vim-gutentags/issues/139 has some background.

  • vimux

    easily interact with tmux from vim

    Project mention: slimux.nvim - Simple plugin to send text to tmux panes | /r/neovim | 2023-05-24

    There's also https://github.com/preservim/vimux, which works very well IMHO.

  • vim-ruby

    Vim/Ruby Configuration Files

  • asyncrun.vim

    :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!

    Project mention: Is there a plugin for async shell :%!command ? | /r/neovim | 2023-05-03

    I'm familiar with asyncrun.vim, but it outputs as quickfix. I specifically want to filter editor text (as stdin/stdout).

  • vim-prettier

    A Vim plugin for Prettier

  • omnisharp-vim

    Vim omnicompletion (intellisense) and more for C#

    Project mention: Ryujinx: Experimental Nintendo Switch Emulator written in C# | news.ycombinator.com | 2023-05-03

    You can probably use omnisharp-vim (OmniSharp is the same tech that powers VS Code's C# experience).

    https://github.com/OmniSharp/omnisharp-vim

  • vim-textobj-user

    Vim plugin: Create your own text objects

    Project mention: vim-textobj-variable-segment throws an error using lazy.nvim | /r/neovim | 2023-04-11

    Using lazy, it throws the error 70% of the time. when it doesn't throw the error it works. but It uses a dependency (vim-textobj-user) and I already tested it (only using that plugin without other plugins) is not the dependency's fault.

  • tsuquyomi

    A Vim plugin for TypeScript

  • context.vim

    Vim plugin that shows the context of the currently visible buffer contents

    Project mention: What's this type of plugin called? (it shows the structure of code) | /r/neovim | 2023-05-30
  • vim-dadbod-ui

    Simple UI for https://github.com/tpope/vim-dadbod

    Project mention: vim-dadbod-completion not working | /r/AstroNvim | 2023-10-31

    I installed the plugin following the instructions in https://github.com/kristijanhusak/vim-dadbod-ui and I'm able to connect to the database and execute queries, the only problem I have is that vim-dadbod-completion is not working.

  • vim-quickui

    The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:

    Project mention: The IDEs we had 30 years ago and we lost | news.ycombinator.com | 2023-12-28

    I agree with the article. Turbo Pascal was terrific. There is some kind of psychological thing that has me using neovim in a terminal all the time for many years.

    I guess it's convenient for ssh. But I miss the conveniences of Borland IDEs. Even last night I was working on a web application and was tempted to add a menu at the top of the page, remembering how useful they were back in Turbo Pascal and such.

    I did a Google search and found this https://github.com/skywind3000/vim-quickui

  • vim-wakatime

    Vim plugin for automatic time tracking and metrics generated from your programming activity.

  • asynctasks.vim

    :rocket: Modern Task System for Project Building, Testing and Deploying !!

    Project mention: Build and run in one task using asynctasks.vim | /r/neovim | 2023-07-05

    I'm currently using skywind3000/asynctasks.vim to build and run my project.

  • minpac

    A minimal package manager for Vim 8 (and Neovim)

    Project mention: How can I get started with VIM or NEOVIM??!! | /r/vim | 2023-06-10

    PS: As you get proficient with Vim, you'll probably want to extend it with plugins, so you should look into package managers when you'll be a decent Vimmer; I use minpac but there are plenty of others. But for now, focus on learning Vim; you don't want to install a plugin to do something that Vim can do out of the box.

  • winresizer

    very simple vim plugin for easy resizing of your vim windows

  • vim-dadbod-completion

    Database autocompletion powered by https://github.com/tpope/vim-dadbod

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-02-21.

Vim Script vim-plugins related posts

Index

What are some of the best open-source vim-plugin projects in Vim Script? This list will help you:

Project Stars
1 nerdtree 19,205
2 vim-go 15,811
3 ale 13,212
4 tagbar 6,071
5 vim-devicons 5,501
6 nerdcommenter 4,933
7 targets.vim 2,504
8 vim-gutentags 2,249
9 vimux 2,169
10 vim-ruby 1,974
11 asyncrun.vim 1,808
12 vim-prettier 1,750
13 omnisharp-vim 1,643
14 vim-textobj-user 1,409
15 tsuquyomi 1,388
16 context.vim 1,207
17 vim-dadbod-ui 1,162
18 vim-quickui 1,059
19 vim-wakatime 986
20 asynctasks.vim 869
21 minpac 826
22 winresizer 568
23 vim-dadbod-completion 520
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com