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"}
|
||||
}
|
||||
})
|
||||
use({"haringsrob/nvim_context_vt"})
|
||||
|
||||
-- Make commenting code great
|
||||
use({"tpope/vim-commentary"})
|
||||
@@ -176,4 +177,6 @@ require("todo-comments").setup({signs = false})
|
||||
|
||||
require("stabilize").setup()
|
||||
|
||||
require("nvim_context_vt").setup()
|
||||
|
||||
require("remaps")
|
||||
|
||||
Reference in New Issue
Block a user