nvim-lua

Open-source projects categorized as nvim-lua

Top 23 nvim-lua Open-Source Projects

  • awesome-neovim

    Collections of awesome neovim plugins.

    Project mention: veil.nvim - dynamic, component-based startup screen | reddit.com/r/neovim | 2023-03-23

    I submitted a request to get this plugin onto the Awesome Neovim list. Looks promising, keep it up!

  • telescope.nvim

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

    Project mention: A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent | reddit.com/r/neovim | 2023-03-23

    nvim-telescope/telescope.nvim is loaded but I didn't bind it to any keys. Also, I'm not sure if I would really use it. To be honest, I don't like its UI. I would like it to better integrate and stick to the default Neovim-UI instead of creating some sort of modal. Personally, I'd first rather attempt to make :o more convenient; although, of course, Telescope has much more features than file navigation.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • mini.nvim

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

    Project mention: is there is a session manager plugin ? | reddit.com/r/neovim | 2023-03-17
  • vim-config

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

    Project mention: From vim to neovim, problem with shebang | reddit.com/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. | reddit.com/r/neovim | 2023-02-25
  • treesj

    Neovim plugin for splitting/joining blocks of code

    Project mention: TreeSJ: big update of plugin for split/join | reddit.com/r/neovim | 2023-03-14

    Here are implementation how use “splitjoin.vim” as fallback, if current language no support in TreeSJ: https://github.com/Wansmer/treesj/discussions/19

  • 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 | reddit.com/r/neovim | 2022-12-23
  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • better-escape.nvim

    Escape from insert mode without delay when typing

    Project mention: Having issue installing plugin with LazyVim | reddit.com/r/neovim | 2023-02-10

    I'm trying to install https://github.com/max397574/better-escape.nvim in a separate file in .config/nvim/lua/plugins.

  • 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: Run code / something like the VSCode F5 | reddit.com/r/neovim | 2023-03-20

    You can check this plugin out. I use it an like it a lot. Some people are currently having problems with it, but I think it's mainly people new to Neovim entirely. I've responded to a couple of issues to see if I could help out. Happy to help with setup if needed.

  • monokai.nvim

    Monokai theme for Neovim written in Lua.

    Project mention: Help finding a good Colorblind Scheme | reddit.com/r/neovim | 2023-03-15

    tanvirtin/monokai.nvim: Monokai theme for Neovim written in Lua. (github.com) (I used this one to develop Android App before)

  • startup.nvim

    A highly configurable neovim startup screen

    Project mention: How to do Neovim dashboards cli cool artish designs? | reddit.com/r/neovim | 2022-12-09
  • dotfiles

    👨🏻‍💻 My personal Neovim config entirely written in Lua (requires nightly), ZSH with zinit plugin manager & powerlevel10k prompt, and other dotfiles I am adding over time (by disrupted)

  • dotfiles

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

    Project mention: is there a way to make vim auto close a jsx tag wtih a slash? | reddit.com/r/neovim | 2022-08-18

    This seemed like an interesting problem to solve and I felt like it would be useful for me too. So, I went ahead and created a simple mapping that uses Treesitter for this: https://github.com/JoosepAlviste/dotfiles/blob/f73a6e9bee2d5ffe5733025f0c03bdc1a6efbded/config/nvim/ftplugin/typescriptreact.lua

  • 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 ? | reddit.com/r/neovim | 2022-09-25

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

  • 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! | reddit.com/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.

  • monokai-pro.nvim

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

    Project mention: What's the coolest thing you've done with Neovim? | reddit.com/r/neovim | 2023-03-04

    Make my first plugin Monokai Pro

  • nvim-go

    A minimal implementation of Golang development plugin for Neovim

    Project mention: [gopher.nvim] Plugin for golang development | reddit.com/r/neovim | 2022-06-22

    There's also https://github.com/crispgm/nvim-go, where I'm just in the process of adding gotests and goimpl. Were you aware of it? Are you planning to keep yours even more minimalistic? :-)

  • dotfiles

    My dotfiles are here, managed with Chezmoi and NixOS Flakes (by budimanjojo)

  • nvim-bufdel

    A Neovim plugin to improve buffer deletion

    Project mention: Question for Bufferline and NvimTree | reddit.com/r/neovim | 2022-11-01
  • nvim-toggler

    invert text in vim, purely with lua.

    Project mention: nvim-toggler: invert words with two keystrokes | reddit.com/r/neovim | 2022-08-16
  • nvim-recorder

    Enhance the usage of macros in Neovim.

    Project mention: Introducing: nvim-recorder, a plugin to enhance your macro experience | reddit.com/r/neovim | 2023-01-10
  • nvoid

    nvim with lua is cool

    Project mention: How to disable LSP virtual text in neovim 0.8 | reddit.com/r/neovim | 2022-08-16

    config ~ github

  • term-edit.nvim

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

    Project mention: term-edit.nvim: making vim key bindings work in terminal buffers | reddit.com/r/neovim | 2023-01-20

    It's supported now v1.1.0 :).

  • 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 2023-03-23.

nvim-lua related posts

Index

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

Project Stars
1 awesome-neovim 9,401
2 telescope.nvim 9,378
3 mini.nvim 1,926
4 vim-config 1,679
5 neovim-lua 688
6 treesj 408
7 specs.nvim 349
8 better-escape.nvim 313
9 code_runner.nvim 306
10 monokai.nvim 250
11 startup.nvim 247
12 dotfiles 163
13 dotfiles 159
14 telescope-repo.nvim 141
15 poimandres.nvim 123
16 monokai-pro.nvim 104
17 nvim-go 102
18 dotfiles 90
19 nvim-bufdel 90
20 nvim-toggler 89
21 nvim-recorder 84
22 nvoid 78
23 term-edit.nvim 78
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com