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.
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
lvim-tech/lvim
/
388
init.lua
84
15529
pgosar/CyberNvim
/
347
init.lua
49
1351
Matt-FTW/dotfiles
/.config/nvim
324
init.lua
264
13053
doctorfree/nvim-lazyman
/
312
init.lua
157
27756
Other editing-support plugins
more plugins
windwp/nvim-autopairs
autopairs for neovim written in lua
3328
2
editing-support
windwp/nvim-ts-autotag
Use treesitter to auto close and auto rename html tag
1732
3
editing-support
folke/zen-mode.nvim
🧘 Distraction-free coding for Neovim
1784
3
editing-support
Wansmer/treesj
Neovim plugin for splitting/joining blocks of code
1077
1
editing-support