Color Schemes
Plugins
Neovim
GitHub
An EditorConfig plugin written in Fennel.
A format runner written in Lua.
A wrapper around Neovims native LSP formatting.
A (Neo)vim plugin for formatting code.
This plugin trims trailing whitespace and lines.
Clear trailing whitespace and empty lines at end of file on every save.
Prettier integration.
Module of `mini.nvim` for aligning text interactively (with or without instant preview).
Strict, native code style formatting which exposes deep nesting, overlong lines, trailing whitespace, trailing empty lines, todos and inconsistent indentation.
Does no formatting by itself, but sets up an autocmd to format on save, preferring null-ls over LSP client formatting.
Hint and fix deviating indentation.
Optimize SVG files.
An asynchronous, multitasking, and highly configurable formatting plugin.
A synchronous formatter that combines LSP and non-LSP formatting (e.g. shfmt, stylua, prettier), focused specifically on format-on-save.
A lightweight formatting engine that plays nice with LSP.
Minimalist async formatting and linting plugin.
A minimal and blazing fast indentline plugin by using nvim_set_decoration_provide api.
IndentLine replacement in Lua with more features and treesitter support.
Indentation guides using the builtin variables.
Module of `mini.nvim` for visualizing and operating on indent scope. Supports customization of debounce delay, animation style, and different granularity of options for scope computing algorithm.
Automatic indentation style detection.
Dumb automatic fast indentation detection written in Lua.
Project's root directory and documents Indentation detector with project based config loader.
Highlight a `{}` chunk.
A Lua implementation of `nvim-hlchunk`, contains more features, such as highlight `{}` chunk, indent line, space blank etc.
Auto indent cursor when cursor at the first column and press `<TAB>` key like VSCode.