feat(nvim): use treesitter context extra
This commit is contained in:
parent
92f4335802
commit
8786113894
2 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@
|
|||
"nvim-lspconfig": { "branch": "master", "commit": "5939928504f688f8ae52db30d481f6a077921f1c" },
|
||||
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||
"nvim-treesitter-context": { "branch": "master", "commit": "dca8726fea2c14e1ce6adbaa76a04816fbfaff61" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
|
||||
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
||||
"nvim_context_vt": { "branch": "master", "commit": "b69f642f7848fec8c056a7e2c9452e3dec84c2b5" },
|
||||
"obsidian.nvim": { "branch": "main", "commit": "cd47eeac3e3c1bb8c8c6c1dc226fda5ab0915ef1" },
|
||||
"persistence.nvim": { "branch": "main", "commit": "166a79a55bfa7a4db3e26fc031b4d92af71d0b51" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"lazyvim.plugins.extras.editor.refactoring",
|
||||
"lazyvim.plugins.extras.formatting.prettier",
|
||||
"lazyvim.plugins.extras.test.core",
|
||||
"lazyvim.plugins.extras.ui.treesitter-context",
|
||||
"lazyvim.plugins.extras.util.dot",
|
||||
"plugins.extras.coding.blink-extended",
|
||||
"plugins.extras.coding.treesitter.node-action",
|
||||
|
@ -29,7 +30,6 @@
|
|||
"plugins.extras.lsp.mason-extended",
|
||||
"plugins.extras.ui.bufferline-extended",
|
||||
"plugins.extras.ui.colorschemes.catppuccin",
|
||||
"plugins.extras.ui.context",
|
||||
"plugins.extras.ui.edgy-extended",
|
||||
"plugins.extras.ui.highlight-colors",
|
||||
"plugins.extras.ui.lualine-extended",
|
||||
|
|
Loading…
Add table
Reference in a new issue