Install nvim_context_vt plugin
This commit is contained in:
@@ -14,6 +14,7 @@ require("packer").startup(function(use)
|
|||||||
{"nvim-treesitter/playground"}, {"windwp/nvim-ts-autotag"}
|
{"nvim-treesitter/playground"}, {"windwp/nvim-ts-autotag"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
use({"haringsrob/nvim_context_vt"})
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({"tpope/vim-commentary"})
|
use({"tpope/vim-commentary"})
|
||||||
@@ -176,4 +177,6 @@ require("todo-comments").setup({signs = false})
|
|||||||
|
|
||||||
require("stabilize").setup()
|
require("stabilize").setup()
|
||||||
|
|
||||||
|
require("nvim_context_vt").setup()
|
||||||
|
|
||||||
require("remaps")
|
require("remaps")
|
||||||
|
|||||||
Reference in New Issue
Block a user