add ts context to nvim

This commit is contained in:
Alexander Navarro 2023-10-25 20:03:17 -03:00
parent 7992dc01f6
commit 550061ede5
3 changed files with 3 additions and 1 deletions

View file

@ -44,4 +44,5 @@ return {
require("illuminate").configure(opts)
end,
},
{ "nvim-treesitter/nvim-treesitter-context" },
}