feat: (BETA release) NvChadSnapshots are here. Look at the pinned issue for more information!

This commit is contained in:
Leon Heidelbach 2022-06-16 19:41:19 +02:00
parent 977864e24d
commit 92082d64e5
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
vim.cmd "silent! command! NvChadUpdate lua require('nvchad').update_nvchad()"
vim.cmd "silent! command! NvChadSnapshotCreate lua require('nvchad').snap_create()"
vim.cmd "silent! command! NvChadSnapshotDelete lua require('nvchad').snap_delete()"
vim.cmd "silent! command! NvChadSnapshotCheckout lua require('nvchad').snap_checkout()"
local autocmd = vim.api.nvim_create_autocmd