nvim: add sticky context
This commit is contained in:
parent
3c529276be
commit
279fecd90b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ return packer.startup(function(use)
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
run = ":TSUpdate",
|
run = ":TSUpdate",
|
||||||
})
|
})
|
||||||
|
use("nvim-treesitter/nvim-treesitter-context")
|
||||||
-- auto closing
|
-- auto closing
|
||||||
use("windwp/nvim-autopairs") -- autoclose parens, brackets, quotes, etc...
|
use("windwp/nvim-autopairs") -- autoclose parens, brackets, quotes, etc...
|
||||||
use({ "windwp/nvim-ts-autotag", after = "nvim-treesitter" }) -- autoclose tags
|
use({ "windwp/nvim-ts-autotag", after = "nvim-treesitter" }) -- autoclose tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue