Lua nvim-lua

Open-source Lua projects categorized as nvim-lua

Top 23 Lua nvim-lua Projects

  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    Project mention: telescope-sg: a new way to do structural search in neovim | /r/neovim | 2023-08-02

    This extension allows you to use the power of ast-grep to find code patterns in your editor, using the familiar and awesome interface of telescope.nvim.

  • mini.nvim

    Library of 30+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort

    Project mention: mini.nvim - release 0.10.0 (files, clue, operators, and minor updates) | /r/neovim | 2023-09-06

    I would like to offer you to join me in saying late greetings to this autumn with a release of mini.nvim version 0.10.0. It is mostly about introducing three (quite feature full, dare I say) modules and minor updates of existing ones.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • vim-config

    Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim.

    Project mention: From vim to neovim, problem with shebang | /r/neovim | 2022-11-16

    I'm using the config available here.

  • neovim-lua

    Neovim KISS configuration with Lua

    Project mention: GitHub - brainfucksec/neovim-lua: Neovim KISS configuration with Lua - Update config with lazy.nvim and other changes. | /r/neovim | 2023-02-25
  • treesj

    Neovim plugin for splitting/joining blocks of code

    Project mention: Set it and forget it plugins? | /r/neovim | 2023-06-27

    Wansmer/treesj and/or CKolkey/ts-node-action - very useful for lua tables and stuff

  • 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

  • specs.nvim

    👓 A fast and lightweight Neovim lua plugin to keep an eye on where your cursor has jumped.

    Project mention: Help me find a plugin | /r/neovim | 2022-12-23
  • 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.

  • 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

  • startup.nvim

    A highly configurable neovim startup screen

    Project mention: Suggest me some startup screen plugins | /r/neovim | 2023-05-05

    I'm currently using alpha.nvim (https://github.com/goolord/alpha-nvim). It tries to be more generic than the others, to the point it can recreate most of the other popular ones. It even has template for for example the dashboard layout. startup-nvim (https://github.com/startup-nvim/startup.nvim) seems to do a similar thing, although I dont' have experience with that one. The only other one I've tried before is the classic vim-startify (https://github.com/mhinz/vim-startify), which is a little older I think and locks you into its layout.

  • monokai.nvim

    Monokai theme for Neovim written in Lua.

    Project mention: Monokai theme not showing :( | /r/neovim | 2023-06-28

    Hi I'm new to nvim. Trying to use either https://github.com/tanvirtin/monokai.nvim or https://github.com/ofirgall/ofirkai.nvim, but not sure how. I added the lines to packer and init, and it now went from the default black text white background to dark background white text, but it doesn't have the full monokai colors.

  • monokai-pro.nvim

    Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum

    Project mention: Vim users will do everything they can to have VSCode without actually having to download VSCode | /r/ProgrammerHumor | 2023-05-24

    The username appears to be incorrect https://github.com/loctvl842/monokai-pro.nvim https://github.com/loctvl842/nvim

  • poimandres.nvim

    Poimandres colorscheme for Neovim written in Lua

    Project mention: flatten.nvim - open files from a neovim terminal in your current neovim instance - no more nested neovim sessions! | /r/neovim | 2023-03-10

    Thank you sir! The theme is very WIP but the palette is a combination of https://github.com/olivercederborg/poimandres.nvim and some colors from Catppuccin.

  • dotfiles

    My dotfiles for Neovim, Kitty terminal, Zsh, and a few other things. (by JoosepAlviste)

    Project mention: 5 smart mini-snippets for making text editing more fun in Neovim | /r/neovim | 2023-04-19

    My dotfiles have 2000 commits over the last 5 years, so I think I'm firmly in the rabbit hole :D

  • dotfiles

    👨🏻‍💻 My dotfiles including Neovim Lua config, ZSH with zinit plugin manager & powerlevel10k prompt (by disrupted)

  • telescope-repo.nvim

    🦘 Jump into the repositories (git, mercurial…) of your filesystem with telescope.nvim, without any setup

    Project mention: Which file browser do you use ? | /r/neovim | 2022-09-25

    For the cases you describe: To move between "projects", take a look at telescope-repo or project.

  • gopher.nvim

    Neovim plugin for make golang development easiest

    Project mention: Neovim + Golang Set up | /r/neovim | 2023-01-06

    You can configure gopls by this guide. How about go.nvim I don't know, but you can install gopher.nvim(which I'm author) and its will work after install without any configurations

  • nvim-config

    General, personal, and packed with laugh-out-loud startup messages! Enjoy your coding journey! 😄🚀 (by Alexis12119)

    Project mention: Throw me your nvim config for windows 11. | /r/neovim | 2023-06-28

    Here's my config for windows 10, but I think it'll also work on windows 11. Hope it helps.

  • backseat.nvim

    A neovim plugin that uses GPT to highlight and explain code readability issues

    Project mention: AI plugin overview | /r/neovim | 2023-04-03
  • term-edit.nvim

    Allowing you to edit your command in the terminal just like any other buffers.

    Project mention: How to go back to editor mode from built-in terminal-normal mode? | /r/neovim | 2023-05-26
  • nvim-recorder

    Enhance the usage of macros in Neovim.

    Project mention: How to store a set of macros into a file? | /r/neovim | 2023-04-30
  • nvim-bufdel

    A Neovim plugin to improve buffer deletion

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

    invert text in vim, purely with lua.

  • nvim-go

    A minimal implementation of Golang development plugin for Neovim

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

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 2023-09-08.

Lua nvim-lua related posts

Index

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

Project Stars
1 telescope.nvim 11,266
2 mini.nvim 2,763
3 vim-config 1,755
4 neovim-lua 749
5 treesj 636
6 better-escape.nvim 407
7 specs.nvim 387
8 code_runner.nvim 387
9 startup.nvim 314
10 monokai.nvim 293
11 monokai-pro.nvim 238
12 poimandres.nvim 206
13 dotfiles 186
14 dotfiles 171
15 telescope-repo.nvim 166
16 gopher.nvim 160
17 nvim-config 147
18 backseat.nvim 146
19 term-edit.nvim 137
20 nvim-recorder 132
21 nvim-bufdel 131
22 nvim-toggler 119
23 nvim-go 114
Tired of breaking your main and manually rebasing outdated pull requests?
Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
blog.mergify.com