mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-01 16:45:00 +02:00
auto close tags
This commit is contained in:
parent
dae005f87f
commit
8f10e3cf3d
4 changed files with 5 additions and 2 deletions
1
init.lua
1
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue