nvim-treesitter / nvim-treesitter-context
nvim-treesitter-context
Show code contextediting-support awesome-neovim
nvim-treesitter-context provides context lines based on the current cursor position. It supports a wide range of programming languages and allows users to customize the appearance and behavior of the context window.
Breaking changes in nvim-treesitter-context
Media
Install instructions
Dotfyle does not endorse any plugins. Install at your own
risk.
{
"nvim-treesitter/nvim-treesitter-context",
dependencies = {"nvim-treesitter/nvim-treesitter"},
config = function()
require("treesitter-context").setup()
end
} Developers using nvim-treesitter-context
more configs 1346 init.lua 56 10468
940 init.lua 208 10595
685 init.lua 243 12747
448 init.lua 73 4591
Other editing-support plugins
more plugins windwp/nvim-autopairs
autopairs for neovim written in lua 3978 17 editing-support
folke/snacks.nvim
🍿 A collection of QoL plugins for Neovim 7319 54 editing-support
windwp/nvim-ts-autotag
Use treesitter to auto close and auto rename html tag 2074 12 editing-support
Wansmer/treesj
Neovim plugin for splitting/joining blocks of code 1307 2 editing-support