[feat] Lazy load all plugins

This commit is contained in:
Uttarayan Mondal
2023-04-10 18:25:41 +05:30
parent c09e85d4eb
commit a3249600af
5 changed files with 307 additions and 269 deletions

View File

@@ -5,7 +5,6 @@ augroup AutoSaveGroup
autocmd BufWinLeave,BufLeave,BufWritePost,BufHidden,QuitPre ?* nested mkview!
autocmd BufWinEnter ?* silent! loadview
augroup end
au BufNewFile,BufRead,BufReadPost *.html.tera set syntax=HTML
]], false)
vim.api.nvim_exec([[