feat(nvim): add nvim-ts-autotag plugin and configuration

This commit is contained in:
Stefan Imhoff
2022-08-10 10:42:16 +02:00
parent 2a0fbcbebd
commit 77d87fd379
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ require("kogakure.telescope")
require("kogakure.fzf")
require("kogakure.treesitter")
require("kogakure.autopairs")
require("kogakure.autotag")
require("kogakure.comment")
require("kogakure.harpoon")
require("kogakure.gitsigns")