guess-indent.nvim
Indent detector
Automatically detects and adjusts indentation settings based on file contents
Automatic indentation style detection for Neovim
415 stars
3 watching
8 forks
Language: Lua
last commit: 5 months ago
Linked from 1 awesome list
autoindentindentationluaneovimnvimnvim-pluginvim
Related projects:
Repository | Description | Stars |
---|---|---|
darazaki/indent-o-matic | Automatically detects and sets standard indentation in Neovim text files | 184 |
vidocqh/auto-indent.nvim | Automatically indents code with press of a key when cursor is at the beginning of a line | 75 |
nvimdev/indentmini.nvim | A minimal and fast indentation plugin for Neovim | 206 |
lucastavaresa/simpleindentguides.nvim | Provides a simple way to display indentation guides in Neovim using built-in variables. | 9 |
tenxsoydev/tabs-vs-spaces.nvim | A tool to help maintain consistent indentation styles in text editors | 21 |
mawkler/modicator.nvim | Displays a line number indicator based on the current mode in Neovim | 329 |
jubnzv/virtual-types.nvim | A Neovim plugin that displays type annotations in virtual text | 375 |
emmanueltouzery/decisive.nvim | A Neovim plugin to assist with aligning and navigating CSV files. | 90 |
nvimdev/guard.nvim | Utility plugin to format and lint code in Neovim | 455 |
utilyre/sentiment.nvim | An enhanced matchparen.vim plugin for Neovim to highlight the outer pair of parentheses, brackets, or braces. | 151 |
mong8se/actually.nvim | A tool to provide a suggestion list after auto-completion, helping users choose the correct file instead of an incorrect one. | 55 |
ray-x/lsp_signature.nvim | A plugin that provides function signature hints as you type in Neovim. | 2,085 |
abstract-ide/penvim | A plugin for Neovim that provides features to manage project directories and indentation detection with customizable configuration. | 51 |
bennypowers/nvim-regexplainer | Displays explanations of regular expressions under the cursor in Neovim | 627 |
jubnzv/mdeval.nvim | Evaluates code blocks inside markdown documents | 195 |