Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Editor Tool

Editor Tool

77 projects

Showing 36 of 77 projects

agrolens.nvim
agrolens.nvimLua

A Neovim extension that uses Telescope or fzf to view and navigate code via tree-sitter queries.

#editor-tool#neovim-plugin#tree-sitter
Stars70
Forks2
Last commit2 months ago
calcium.nvim
calcium.nvimLua

A Neovim plugin for in-buffer mathematical calculations with visual mode, functions, and variable support.

#editor-tool#calculator#scratchpad
Stars67
Forks2
Last commit8 months ago
resolve.nvim
resolve.nvimLua

A Neovim plugin for resolving merge conflicts with semantic highlighting, navigation commands, and diff viewing.

#editor-tool#version-control#git-merge
Stars64
Forks5
Last commit7 months ago
python-import.nvim
python-import.nvimPython

A Neovim plugin that automatically inserts Python import statements using lookup tables, project analysis, and LSP completion.

#import-automation#python-development#editor-tool
Stars63
Forks1
Last commit1 year ago
refjump.nvim
refjump.nvimLua

A Neovim plugin for jumping between LSP references in the current buffer using simple keybindings.

#editor-tool#developer-tools#productivity
Stars61
Forks2
Last commit8 months ago
dotenv.nvim
dotenv.nvimLua

A minimalist Neovim plugin that loads environment variables from .env files directly into your editor.

#hacktoberfest#editor-tool#environment-variables
Stars59
Forks7
Last commit1 year ago
convert.nvim
convert.nvimLua

A Neovim plugin for converting CSS units, color formats, and number systems directly in the editor.

#editor-tool#unit-conversion#productivity
Stars57
Forks1
Last commit7 months ago
CSS Less(ish)
CSS Less(ish)Python

A Sublime Text plugin that adds CSS variables, nesting, and functions without external preprocessors.

#editor-tool#productivity#css-colors
Stars48
Forks0
Last commit11 years ago
structrue-go.nvim
structrue-go.nvimLua

A Neovim plugin for an intuitive, collapsible display of Go symbol structures, including methods across files.

#structures#editor-tool#symbol-tree
Stars48
Forks0
Last commit3 years ago
makeit.nvim
makeit.nvimLua

A Neovim plugin that lists and runs Makefile options directly from the editor.

#editor-tool#compiler#development-workflow
Stars48
Forks4
Last commit1 year ago
nvim-commaround
nvim-commaroundLua

A Neovim plugin that toggles block or line comments based on visual selection and filetype detection.

#vimscript#filetype-detection#editor-tool
Stars42
Forks1
Last commit3 years ago
nvim-strict
nvim-strictLua

A strict, native code style formatting plugin for Neovim that highlights and fixes common style issues like deep nesting and overlong lines.

#formatting#editor-tool#regex
Stars41
Forks2
Last commit1 month ago
treemonkey.nvim
treemonkey.nvimLua

A Neovim plugin for precise Tree-sitter node selection using a hierarchical labeling system to avoid overlap issues.

#vimscript#editor-tool#label-selection
Stars41
Forks0
Last commit1 month ago
csvlens.nvim
csvlens.nvimLua

A Neovim plugin for previewing CSV and other separated files directly in the editor using the csvlens CLI.

#editor-tool#neovim-plugin#data-preview
Stars40
Forks1
Last commit2 years ago
split.nvim
split.nvimLua

A Neovim plugin that intelligently splits lines based on Lua patterns with automatic indentation and comment awareness.

#editor-tool#productivity#neovim-plugin
Stars38
Forks2
Last commit1 year ago
endec.nvim
endec.nvimLua

A Neovim plugin for encoding and decoding text in Base64, Base64URL, and URL (percent) formats.

#editor-tool#text-encoding#nvim-lua
Stars37
Forks2
Last commit1 year ago
Allendang/nvim-expand-expr
Allendang/nvim-expand-exprLua

A Neovim plugin that expands expressions with range patterns into multiple lines using Lua evaluation.

#editor-tool#lua-scripting#productivity
Stars35
Forks0
Last commit5 years ago
nvim-mdlink
nvim-mdlinkLua

A Neovim plugin that enhances markdown link handling with follow, create, open, and completion features.

#editor-tool#treesitter#productivity
Stars33
Forks4
Last commit1 year ago
automkdir.nvim
automkdir.nvimLua

A Neovim plugin that automatically creates missing parent directories when saving files.

#directory-creation#editor-tool#productivity
Stars32
Forks2
Last commit1 year ago
php.easy.nvim
php.easy.nvimLua

A Neovim plugin providing keybindings and functions to speed up PHP development tasks like code generation and refactoring.

#editor-tool#productivity#neovim-plugin
Stars24
Forks2
Last commit6 months ago
md-table-tidy.nvim
md-table-tidy.nvimLua

A lightweight Neovim plugin that automatically formats markdown tables by aligning pipes, cells, and headers.

#editor-tool#treesitter#table-formatter
Stars23
Forks3
Last commit25 days ago
blink-cmp-env
blink-cmp-envLua

A Neovim completion source for environment variables that triggers on the dollar sign.

#autocompletion#editor-tool#developer-tools
Stars23
Forks2
Last commit4 months ago
sos.nvim
sos.nvimLua

An autosaver plugin for Neovim that automatically saves changed buffers based on a configurable timer, eliminating manual saves.

#file-synchronization#editor-tool#productivity
Stars23
Forks0
Last commit1 year ago
warp.nvim
warp.nvimLua

A lightweight project-local file list for Neovim, providing quick access to important files via a floating window or keymaps.

#vimscript#editor-tool#productivity
Stars19
Forks0
Last commit2 months ago
move-mode
move-modeEmacs Lisp

An Emacs major mode for editing Move smart contract language files with syntax highlighting, indentation, and CLI integration.

#editor-tool#emacs#move-language
Stars19
Forks6
Last commit8 months ago
binary-swap.nvim
binary-swap.nvimLua

Neovim plugin for swapping operands and operators in binary expressions using Tree-sitter.

#editor-tool#syntax-manipulation#treesitter
Stars18
Forks1
Last commit3 years ago
format.nvim
format.nvimLua

An asynchronous code formatting plugin for Neovim that formats buffers without requiring them to be saved.

#vim-plugin-alternative#editor-tool#developer-tools
Stars16
Forks0
Last commit1 month ago
chatvim.nvim
chatvim.nvimLua

A Neovim plugin that uses plain markdown files as AI chat windows, enabling conversations with models like Grok and GPT directly in the editor.

#editor-tool#llm-integration#ai-chat
Stars13
Forks1
Last commit11 months ago
spamguard.nvim
spamguard.nvimLua

A Neovim plugin that detects excessive key spamming and suggests more efficient motion alternatives.

#editor-tool#productivity#keyboard-optimization
Stars13
Forks1
Last commit1 year ago
whip.nvim
whip.nvimLua

A Neovim scratchpad manager that remembers your last used file for quick access.

#editor-tool#productivity#file-management
Stars12
Forks4
Last commit1 year ago
gitstatus.nvim
gitstatus.nvimLua

A Neovim plugin for managing Git from the editor with an interactive status window.

#editor-tool#version-control#keyboard-driven
Stars12
Forks2
Last commit3 months ago
interlaced.nvim
interlaced.nvimLua

A Neovim plugin for aligning bilingual parallel texts by repositioning sentences and managing translation chunks.

#editor-tool#keyboard-driven#parallel-corpus
Stars11
Forks0
Last commit4 months ago
SingleComment.nvim
SingleComment.nvimLua

A minimal Neovim plugin for single-line, comment-sensitive, and indentation-preserving code commenting.

#editor-tool#comment#minimalist
Stars9
Forks1
Last commit1 year ago
skipper.nvim
skipper.nvimLua

A lightweight Neovim plugin for fast function navigation using Tree-sitter.

#editor-tool#developer-tools#vim
Stars9
Forks0
Last commit2 months ago
move-lines.nvim
move-lines.nvimLua

A Neovim plugin for moving selected lines up, down, left, or right with customizable keybindings.

#editor-tool#productivity#neovim-plugin
Stars9
Forks1
Last commit1 year ago
CSSVarHighlight
CSSVarHighlightLua

A Neovim plugin that highlights CSS variable colors in your stylesheets for easy identification.

#editor-tool#developer-tools#workflow
Stars7
Forks0
Last commit1 year ago
PreviousPage 2 of 3Next

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
#Neovim Plugin70
#Lua43
#Neovim42
#Productivity29
#Nvim25
#Nvim Plugin16
#Vimscript11
#Plugin11
#Workflow Automation9
#Developer Tools8
#Code Navigation8
#Markdown7