Lua nvim-plugin

Open-source Lua projects categorized as nvim-plugin

Top 23 Lua nvim-plugin 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

  • 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

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

    Lightweight yet powerful formatter plugin for Neovim

  • Project mention: What's New in Neovim 0.10 | news.ycombinator.com | 2024-05-16

    There are many great plugins. Telescope, nvim-cmp, treesitter are standard recommendations.

    I'll give a shout-out to conform.nvim that gives you very solid format on save functionality that's also easy to setup:

    https://github.com/stevearc/conform.nvim

  • 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

  • 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

  • SaaSHub

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

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

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

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

  • leetcode.nvim

    A Neovim plugin enabling you to solve LeetCode problems.

  • Project mention: Competitive Programming setup | /r/neovim | 2023-12-07
  • 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

  • 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

  • nvim-spider

    Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.

  • code_runner.nvim

    Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow

  • Project mention: How to run code in neovim using a shotcut like <leader>r for any language | /r/neovim | 2023-08-26

    I used to use this plugin: https://github.com/CRAG666/code_runner.nvim ... up until I realized that I could just run my code from the terminal without the need of a plugin for that

  • substitute.nvim

    Neovim plugin introducing a new operators motions to quickly replace and exchange text.

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

    https://github.com/gbprod/substitute.nvim https://github.com/smjonas/duplicate.nvim

  • nvim-various-textobjs

    Bundle of more than 30 new text objects for Neovim.

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

Lua nvim-plugin related posts

  • Ask HN: Do you make a work breakdown structure before programming?

    1 project | news.ycombinator.com | 20 Feb 2024
  • exrc.nvim - utilities for writing and managing .nvim.lua files

    2 projects | /r/neovim | 10 Dec 2023
  • What are your custom treesitter language injections?

    5 projects | /r/neovim | 6 Dec 2023
  • LSP or Conform? Which one should I use to format?

    1 project | /r/neovim | 5 Dec 2023
  • Ask HN: Product management for solo side projects?

    1 project | news.ycombinator.com | 23 Nov 2023
  • Wrote my own functions for lf

    1 project | /r/neovim | 6 Nov 2023
  • Created Neovim plugin for full LSP support for Unreal Engine

    1 project | /r/neovim | 19 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Neovim-from-scratch 5,260
2 ChatGPT.nvim 3,461
3 conform.nvim 2,308
4 go.nvim 1,818
5 dressing.nvim 1,621
6 aerial.nvim 1,494
7 nvim-navic 1,304
8 navigator.lua 1,222
9 overseer.nvim 918
10 dropbar.nvim 853
11 barbecue.nvim 704
12 incline.nvim 686
13 SchemaStore.nvim 651
14 cheatsheet.nvim 637
15 nvim-regexplainer 591
16 leetcode.nvim 561
17 neoai.nvim 535
18 better-escape.nvim 515
19 telescope-undo.nvim 522
20 nvim-spider 516
21 code_runner.nvim 494
22 substitute.nvim 456
23 nvim-various-textobjs 459

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