mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 07:15:25 +00:00
Nvim added nvim-treesitter-context
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
This commit is contained in:
parent
635d261dcc
commit
7b1b7e9403
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ return require("packer").startup(function(use)
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
run = ':TSUpdate'
|
run = ':TSUpdate'
|
||||||
}
|
}
|
||||||
|
use 'nvim-treesitter/nvim-treesitter-context'
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Beacon
|
-- Beacon
|
||||||
|
|
Loading…
Reference in a new issue