summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-15 12:14:48 -0400
committerChris <[email protected]>2021-03-15 12:14:48 -0400
commit8f10e3cf3d271e827d65823d79db76da944c29d8 (patch)
tree0bc4dd11038e829a5bebe6514dd5e290eb62fd4e /init.lua
parentdae005f87f91b5ce150629f86f5f376a1f90f253 (diff)
auto close tags
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index efa71fca..b142181a 100644
--- a/init.lua
+++ b/init.lua
@@ -22,6 +22,7 @@ require('nv-vim-rooter')
require('nv-lspkind')
require('nv-hop')
require('nv-compe')
+require('nv-closetag')
-- Which Key (Hope to replace with Lua plugin someday)
vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim')