nvim-comment-frame
Comment Frame
Detects language and adds a comment frame around given text based on the detected language and formatting options.
Detects the language using treesitter and adds a comment block
96 stars
3 watching
2 forks
Language: Lua
last commit: 7 months ago
Linked from 1 awesome list
commentsluaneovimneovim-pluginnvimplugintreesitter
Related projects:
Repository | Description | Stars |
---|---|---|
winston0410/commented.nvim | A commenting plugin for Neovim that supports multiple comment styles and languages | 112 |
joosepalviste/nvim-ts-context-commentstring | A Neovim plugin that dynamically sets comment strings based on the cursor location in files. | 1,186 |
lucastavaresa/singlecomment.nvim | Toolset for single-line commenting in Neovim text editors. | 8 |
b3nj5m1n/kommentary | A Neovim plugin that provides commenting functionality for text selection and motion | 533 |
gennaro-tedesco/nvim-commaround | A plugin that allows users to toggle comments on and off in their code | 41 |
ludopinelli/comment-box.nvim | A plugin that helps organize and format plain text files by adding boxes and lines around selected text or lines. | 419 |
terrortylor/nvim-comment | A plugin for toggling comments in Neovim, making it easier to work with code | 483 |
nvim-treesitter/nvim-treesitter-textobjects | Enables syntax-aware text objects in Neovim with tree-sitter support | 2,227 |
andersevenrud/nvim_context_vt | Provides visual cues in Neovim text editors to highlight the context of code snippets | 378 |
rrethy/nvim-treesitter-textsubjects | A plugin that enables location-aware text objects in Neovim. | 522 |
m-demare/hlargs.nvim | Highlights arguments' definitions and usages in source code. | 474 |
danymat/neogen | A plugin for Neovim that provides annotation generation features | 1,370 |
mfussenegger/nvim-treehopper | A plugin that provides region selection with hints on the abstract syntax tree of a document. | 438 |
thehamsta/nvim-dap-virtual-text | Adds virtual text support to the debug adapter protocol in Neovim | 889 |
david-kunz/gen.nvim | Generates text based on customizable prompts using Large Language Models (LLMs) | 1,280 |