Select a color scheme for your Dotfyle experience

nvim-treesitter / nvim-treesitter-context

nvim-treesitter-context

Show code context
2128 406 1 4 days ago
editing-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
rafi/vim-config
/
1827 init.lua 91 8053
lvim-tech/lvim
/
362 init.lua 77 15442
doctorfree/nvim-lazyman
/
199 init.lua 149 27782
loctvl842/nvim
/
184 init.lua 50 4305