add(nvim): treesitter-context minimal setup

This commit is contained in:
Léana 江 2023-11-17 09:37:10 +01:00 committed by Léana 江
parent a2bc682f08
commit cdb42409bf
3 changed files with 13 additions and 13 deletions

View file

@ -131,8 +131,8 @@ require "lazy".setup {
},
build = ":TSUpdate"
},
{ "nvim-treesitter/playground", enabled = false },
{ "nvim-treesitter/nvim-treesitter-context", enabled = false },
{ "nvim-treesitter/nvim-treesitter-context" },
{ "nvim-treesitter/playground", enabled = false },
-----------
-- Games --