nvim-plugin

Open-source projects categorized as nvim-plugin

Top 23 nvim-plugin Open-Source Projects

  • Neovim-from-scratch

    📚 A Neovim config designed from scratch to be understandable

  • Project mention: How to configure vim like an IDE | /r/vim | 2023-06-27

    They also provide a "from-scratch" option, to be easier to understand

  • leap.nvim

    Neovim's answer to the mouse 🦘

  • Project mention: Your favourite Neovim plugins? | /r/neovim | 2023-06-21

    Also I really like leap.nvim which in my opinion is the best thought out "hop" variation.

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

    InfluxDB logo
  • ChatGPT.nvim

    ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API

  • Project mention: Telescope GPT extension | /r/neovim | 2023-12-10

    That would have to be a change to ChatGPT.nvim

  • goneovim

    A GUI frontend for neovim.

  • Project mention: Solarized.nvim: Lua Port of solarzied.vim for Neovim! | /r/neovim | 2023-05-12

    yeah, looks like https://github.com/akiyosi/goneovim

  • conform.nvim

    Lightweight yet powerful formatter plugin for Neovim

  • Project mention: LSP or Conform? Which one should I use to format? | /r/neovim | 2023-12-05

    So, it depends on the language of the buffer. If u are sure that langsrv can also do formatting, call lsp and if not, checkout conform to see if it has recipe that u can use for ur language.

  • go.nvim

    A feature-rich Go development plugin, leveraging gopls, treesitter AST, Dap, and various Go tools to enhance the dev experience.

  • Project mention: What are your custom treesitter language injections? | /r/neovim | 2023-12-06

    Also, I recently started using the nightly version of Neovim and I noticed that my queries were not working, so between version 0.9.4 and 0.10.0 of Neovim there are breaking changes in terms of treesitter queries, I suggest you go to this file in the ray-x/go.nvim repository so you can see the queries for both Neovim 0.9.4 and 0.10.0 versions.

  • dressing.nvim

    Neovim plugin to improve the default vim.ui interfaces

  • Project mention: Update for telescope-all-recent.nvim: Frequency Sorting now for dressing.nvim! | /r/neovim | 2023-05-20

    Frequency Sorting for vim.ui.select: Now you can enjoy (f)recency-based sorting for pickers started through vim.ui.select, provided by dressing.nvim or (untested) telescope-ui-select.nvim. For this to work, make sure to load telescope-all-recent.nvim AFTER dressing.nvim.

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

    WorkOS logo
  • lightspeed.nvim

    deprecated in favor of leap.nvim

  • aerial.nvim

    Neovim plugin for a code outline window

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

    I tried aerial.nvim the other day and it's pretty cool. Haven't tried lspsaga yet so I'm not sure if it fits the same purpose.

  • nvim-navic

    Simple winbar/statusline plugin that shows your current code context

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

    This can be done using a statusline plugin like nvim-navic

    Project mention: Using navigator.lua | /r/AstroNvim | 2023-05-02

    I've been wondering what is codelens feature that astro has bindings for and found navigator.lua.

  • overseer.nvim

    A task runner and job management plugin for Neovim

  • Project mention: exrc.nvim - utilities for writing and managing .nvim.lua files | /r/neovim | 2023-12-10

    When working on multiple projects it might be useful to define some local configuration that should be automatically loaded. This e.g. includes customized LSP configuration or adding build tasks for task runner plugins like overseer.nvim. To do that you can create .nvim.lua in your project directory and define your local settings there.

  • dropbar.nvim

    IDE-like breadcrumbs, out of the box

  • Project mention: Breadcrumbs as a side panel? | /r/AstroNvim | 2023-07-01

    One of the demo pics in the GitHub README seemingly shows a file navigation panel. Since I haven't seen any config which reproduces this feature, do you any ideas as to how it was done? I'm only aware of two packages with similar functionality (nvim-navbuddy and dropbar) but they do not display breadcrumbs as a side panel.

  • rnvimr

    Make Ranger running in a floating window to communicate with Neovim via RPC

  • Project mention: Best way to manipulate files inside neovim? | /r/neovim | 2023-06-24

    You can ranger inside of Neovim with this plugin rnvimr. Check it out. Neo-tree is another plugin that I like as a file manager. And also mini.files is another option if you prefer a more minimal approach and the ability to manipulate files like you edit a normal Neovim buffer. I'm pretty sure there are other great options out there as well, these are just my personal preferences.

  • barbecue.nvim

    A VS Code like winbar for Neovim

  • Project mention: What option/plugin provides this underlined feature in Neovim ? | /r/neovim | 2023-10-09
  • incline.nvim

    🎈 Floating statuslines for Neovim, winbar alternative

  • Project mention: Is it possible to put a focus ring around the active buffer? | /r/neovim | 2023-07-01

    I just found out about laststatus=3, and I'm loving it. I think I'm going to use https://github.com/b0o/incline.nvim to put the filename in the top right, now that I can't see what any of the buffers are 🙃

  • SchemaStore.nvim

    🛍 JSON schemas for Neovim

  • Project mention: Missing diagnostic on tsconfig.json Neovim vs VSCode | /r/neovim | 2023-06-25

    Probably you need something like SchemaStore.nvim (this is a jsonls problem, not a tsserver one)

  • cheatsheet.nvim

    A cheatsheet plugin for neovim with bundled cheatsheets for the editor, multiple vim plugins, nerd-fonts, regex, etc. with a Telescope fuzzy finder interface!

  • Project mention: wf.nvim: a new which-key plugin for Neovim. | /r/neovim | 2023-04-27

    I tried to use which-key but just found it quite confusing how to set it up and to provide me with customised information. I opted for something much simpler Cheatsheet plugin, which is just a reference list.

  • nvim-regexplainer

    Describe the regexp under the cursor

  • Project mention: Hypersonic.nvim, new RegExp explaining plugin | /r/neovim | 2023-06-19

    Hang on.. doesn’t nvim-regexplainer already exist? And what are the key differences?

  • neoai.nvim

    Neovim plugin for intracting with GPT models from OpenAI

  • Project mention: Copilot chat on neovim ? | /r/neovim | 2023-05-25

    There is not already an official implementation of the plugin on Neovim. But you should check NeoAI I think it is a pretty nice plugin to at least bring GPT Chat to Neovim

  • leetcode.nvim

    A Neovim plugin enabling you to solve LeetCode problems.

  • Project mention: Competitive Programming setup | /r/neovim | 2023-12-07
  • better-escape.nvim

    Escape from insert mode without delay when typing

  • Project mention: What are your favorites not that popular nvim plugins ? | /r/neovim | 2023-09-08

    For me it's better-escape.nvim -> Escape from insert mode without delay when typing

  • telescope-undo.nvim

    A telescope extension to view and search your undo tree 🌴

  • Project mention: Is there a way to record and view all commands used on the file? | /r/neovim | 2023-05-31

    there's also telescope-undo and vim-mundo

  • SaaSHub

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

    SaaSHub logo
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).

nvim-plugin related posts

Index

What are some of the best open-source nvim-plugin projects? This list will help you:

Project Stars
1 Neovim-from-scratch 5,242
2 leap.nvim 3,934
3 ChatGPT.nvim 3,401
4 goneovim 2,293
5 conform.nvim 2,134
6 go.nvim 1,750
7 dressing.nvim 1,568
8 lightspeed.nvim 1,558
9 aerial.nvim 1,467
10 nvim-navic 1,279
11 navigator.lua 1,207
12 overseer.nvim 836
13 dropbar.nvim 821
14 rnvimr 771
15 barbecue.nvim 672
16 incline.nvim 642
17 SchemaStore.nvim 635
18 cheatsheet.nvim 630
19 nvim-regexplainer 586
20 neoai.nvim 532
21 leetcode.nvim 520
22 better-escape.nvim 511
23 telescope-undo.nvim 506

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com