nvim-strict
Code formatter
A plugin that provides code style formatting and hints for various programming languages using regular expressions.
Strict, native code style formatting plugin for Neovim. Expose deep nesting, overlong lines, trailing whitespace, trailing empty lines, todos and inconsistent indentation.
35 stars
2 watching
1 forks
Language: Lua
last commit: almost 2 years ago
Linked from 1 awesome list
formattingluaneovimneovim-pluginnvimnvim-pluginregex
Related projects:
Repository | Description | Stars |
---|---|---|
niuiic/format.nvim | A plugin that formats text files in an asynchronous and multitasking way, allowing users to apply various formatting commands to their code without interrupting their workflow. | 35 |
muniftanjim/prettier.nvim | A plugin for Neovim's LSP client to format code according to Prettier style | 292 |
lukas-reineke/lsp-format.nvim | A wrapper around Neovim's LSP formatting functionality. | 579 |
mhartington/formatter.nvim | Provides utilities and configurations for formatting source code in various programming languages. | 1,376 |
nvimdev/guard.nvim | Utility plugin to format and lint code in Neovim | 458 |
malbertzard/inline-fold.nvim | A plugin that hides code within specific patterns to improve readability and usability in text editors | 82 |
sbdchd/neoformat | A plugin for NeoVim to format code automatically or on save | 2,006 |
emmanueltouzery/decisive.nvim | A Neovim plugin to assist with aligning and navigating CSV files. | 91 |
rachartier/tiny-code-action.nvim | A plugin for Neovim to visualize and run code actions | 174 |
niuiic/divider.nvim | A plugin for customizing the divider line in Neovim to highlight boundaries between different sections of code or text | 26 |
elentok/format-on-save.nvim | Automates file formatting on save using LSP or shell utilities. | 162 |
bennypowers/nvim-regexplainer | Displays explanations of regular expressions under the cursor in Neovim | 626 |
cshuaimin/ssr.nvim | An extension plugin for Neovim that allows structural search and replace operations on code structures. | 939 |
quolpr/quicktest.nvim | A plugin for running and testing code in multiple programming languages | 83 |
kicamon/markdown-table-mode.nvim | A plugin that formats markdown tables under the cursor when leaving insert mode or typing '|' | 63 |