Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Lua

Lua

1277 projects

Showing 36 of 1277 projects

nv-ide
nv-ideLua

A Neovim configuration for web developers, optimized for Ruby on Rails, PHP, and JavaScript with AI coding assistance.

#productivity#text-editor#nvim-compe
Stars648
Forks57
Last commit9 days ago
Jumper
JumperLua

A fast, lightweight, and easy-to-use Lua pathfinding library for grid-based games.

#ai#game-ai#jump-point-search
Stars648
Forks129
Last commit3 years ago
autoclose.nvim
autoclose.nvimLua

A minimalist Neovim plugin written in Lua that automatically pairs and closes brackets.

#autoclose#bracket-completion#productivity
Stars646
Forks23
Last commit4 days ago
aniseed
aniseedFennel

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)

#lisp#fennel#neovim
Stars645
Forks30
Last commit1 year ago
multicursors.nvim
multicursors.nvimLua

A multi-cursor plugin for Neovim that enables simultaneous text editing across multiple selections with intuitive keybindings.

#multi-cursor#productivity#vim-motions
Stars644
Forks16
Last commit1 year ago
onenord.nvim
onenord.nvimLua

A Neovim theme combining Nord and Atom One Dark color palettes for a vibrant, Treesitter-enhanced programming experience.

#treesitter#onedark#plugin-support
Stars640
Forks51
Last commit24 days ago
windows.nvim
windows.nvimLua

A Neovim plugin to automatically expand, maximize, and restore window dimensions with optional smooth animations.

#plugin-manager#animation#workflow-optimization
Stars639
Forks20
Last commit3 years ago
nvim-cokeline
nvim-cokelineLua

A highly customizable Neovim bufferline plugin that provides a framework for building your ideal tab interface.

#hacktoberfest#tab-management#mouse-support
Stars633
Forks42
Last commit1 month ago
serpent
serpentLua

A Lua serializer and pretty printer that produces human-readable output and reliable deserialization.

#metatables#table-serializer#luajit
Stars619
Forks80
Last commit4 years ago
registers.nvim
registers.nvimLua

Neovim plugin that displays register contents in a preview window when accessing registers, eliminating the need for :reg.

#register-management#workflow-optimization#neovim-plugin
Stars618
Forks24
Last commit8 months ago
neovim-session-manager
neovim-session-managerLua

A Neovim plugin that manages sessions using built-in :mksession, similar to VS Code's folder-based workspace persistence.

#workspaces#productivity#sessions
Stars615
Forks61
Last commit5 months ago
statuscol.nvim
statuscol.nvimLua

A Neovim plugin for building a fully customizable and clickable status column with segments for folds, signs, and line numbers.

#signs#neovim-plugin#plugin
Stars615
Forks32
Last commit15 days ago
Aaronik/Treewalker.nvim
Aaronik/Treewalker.nvimLua

A Neovim plugin for syntax tree-aware navigation and swapping of code objects like functions, blocks, and statements.

#developer-tools#movement#swapping
Stars614
Forks20
Last commit17 days ago
Gideros
GiderosC

A cross-platform development environment for creating 2D/3D games and interactive applications with Lua, supporting Android, iOS, desktop, and web.

#mobile-games#lua-scripting#opengl
Stars610
Forks118
Last commit2 days ago
wtf.nvim
wtf.nvimLua

A Neovim plugin that uses AI and web search to explain and fix LSP diagnostic messages directly in the editor.

#ai-coding-assistant#ai#code-fixing
Stars606
Forks17
Last commit1 month ago
minty
mintyLua

A Neovim plugin providing beautifully crafted color manipulation tools for Shades and Huefy commands.

#color-tools#visual-design#theme-development
Stars603
Forks8
Last commit1 year ago
Nevermore
NevermoreLua

A ModuleScript loader with reusable server-client modules for faster Roblox game development.

#nevermore#animation#reusable-modules
Stars602
Forks143
Last commit22 hours ago
competitest.nvim
competitest.nvimLua

A Neovim plugin for competitive programming that manages testcases, downloads problems from online judges, and runs solutions.

#online-judge-integration#neovim-plugin#neovim-lua
Stars594
Forks34
Last commit1 year ago
Typed Lua
Typed LuaLua

An optional type system for Lua that adds compile-time type checking and class-based OOP.

#programming-language#compiler#developer-tools
Stars588
Forks48
Last commit6 years ago
luaposix
luaposixC

Lua bindings for POSIX APIs, enabling system-level programming from Lua scripts.

#posix-apis#c-api#luajit
Stars586
Forks138
Last commit4 days ago
ultimate-autopair.nvim
ultimate-autopair.nvimLua

A highly customizable Neovim autopairing plugin with Tree-sitter support, multiline pairing, and filetype detection.

#treesitter#developer-tools#code-editing
Stars578
Forks8
Last commit6 days ago
neoGFX
neoGFXC++

A cross-platform GPU-oriented C++ application and game framework for building performant UIs and graphics using modern GPUs.

#vulkan#gpu-rendering#opengl
Stars573
Forks51
Last commit3 days ago
hlargs.nvim
hlargs.nvimLua

A Neovim plugin that highlights function argument definitions and usages using Treesitter, with optional highlighting for unused arguments.

#treesitter#syntax-highlighting#code-readability
Stars572
Forks15
Last commit1 month ago
nvim-treesitter-textsubjects
nvim-treesitter-textsubjectsTree-sitter Query

Neovim plugin providing location and syntax aware text objects that intelligently select code based on context.

#treesitter#vim-motions#plugin-extension
Stars569
Forks25
Last commit
nvim-metals
nvim-metalsLua

A Neovim plugin providing enhanced LSP support for Scala development with Metals language server.

#developer-tools#language-server#nvim-lsp
Stars564
Forks92
Last commit22 days ago
React Lua
React LuaLuau

A comprehensive translation of ReactJS 17.x into Lua, optimized for performance and correctness.

#luau#roblox#game-development
Stars563
Forks25
Last commit1 year ago
cc-mek-scada
cc-mek-scadaLua

A configurable ComputerCraft SCADA system for monitoring and controlling multiple Mekanism fission reactors with a GUI and safety features.

#industrial-automation#computercraft#scada
Stars563
Forks33
Last commit3 days ago
VapourNvim
VapourNvimLua

A pre-configured Neovim setup designed for a fast, minimal, and functional IDE-like experience.

#developer-tools#productivity#code-editing
Stars560
Forks47
Last commit3 years ago
autograd
autogradLua

Autograd automatically differentiates native Torch code, enabling automatic gradient computation for machine learning models.

#deep-learning#neural-networks#hessian-computation
Stars559
Forks110
Last commit4 years ago
cmake-tools.nvim
cmake-tools.nvimLua

A pure Lua Neovim plugin providing comprehensive CMake project integration with build, test, and debug workflows.

#cmake-tools#developer-tools#test-runner
Stars555
Forks107
Last commit1 month ago
Olivine style guide
Olivine style guide

A comprehensive style guide for writing consistent, maintainable Lua code across projects.

#developer-tools#coding-standards#maintainability
Stars550
Forks72
Last commit4 years ago
tsc.nvim
tsc.nvimLua

A Neovim plugin for asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc).

#vimscript#developer-tools#vim
Stars548
Forks34
Last commit6 months ago
one-small-step-for-vimkind
one-small-step-for-vimkindLua

A debug adapter for Neovim that enables debugging of Lua plugins and configuration files using the Debug Adapter Protocol.

#debugging-tools#development-workflow#nvim-dap
Stars545
Forks18
Last commit
persisted.nvim
persisted.nvimLua

A Neovim plugin for managing sessions with git branching, autoloading, and Telescope integration.

#telescope-extension#workflow-automation#session
Stars543
Forks33
Last commit3 months ago
SUIT
SUITLua

An immediate mode GUI library for LÖVE game engine, providing simple UI widgets with layout management.

#open-source#ui-toolkit#game-development
Stars540
Forks73
Last commit2 years ago
live-command.nvim
live-command.nvimLua

A Neovim plugin that provides real-time previews for commands like :norm and macros as you type.

#developer-tools#productivity#neovim-plugin
Stars538
Forks5
Last commit7 months ago
PreviousPage 8 of 36Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
11 months ago
6 months ago
#Neovim Plugin640
#Neovim588
#Game Development302
#Nvim289
#Developer Tools250
#Productivity228
#Love2d193
#Nvim Plugin141
#Plugin129
#Syntax Highlighting111
#Vim110
#Game Engine101