conform.nvim
Formatter plugin
Automates formatting of text buffers to maintain readability and structure
Lightweight yet powerful formatter plugin for Neovim
3k stars
13 watching
163 forks
Language: Lua
last commit: 8 days ago
Linked from 1 awesome list
neovimneovim-pluginnvimnvim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
emileferreira/nvim-strict | A plugin that provides code style formatting and hints for various programming languages using regular expressions. | 35 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 7,929 |
nvimdev/guard.nvim | Utility plugin to format and lint code in Neovim | 455 |
elentok/format-on-save.nvim | Automates file formatting on save using LSP or shell utilities. | 159 |
lukas-reineke/lsp-format.nvim | A wrapper around Neovim's LSP formatting functionality. | 578 |
muniftanjim/prettier.nvim | A plugin for Neovim's LSP client to format code according to Prettier style | 290 |
emmanueltouzery/decisive.nvim | A Neovim plugin to assist with aligning and navigating CSV files. | 90 |
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 |
lucastavaresa/simpleindentguides.nvim | Provides a simple way to display indentation guides in Neovim using built-in variables. | 9 |
folke/lazy.nvim | A plugin manager for Neovim that automates the installation, updating, and management of plugins. | 14,855 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,252 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,228 |
nvim-neo-tree/neo-tree.nvim | A plugin for managing file systems and tree-like structures in Neovim. | 3,892 |
kicamon/markdown-table-mode.nvim | A plugin that formats markdown tables under the cursor when leaving insert mode or typing '|' | 58 |
k2589/lluminate.nvim | A Neovim plugin that enriches the context of copied code with additional information from LSP. | 11 |