rm useless command

pull/2816/head
Sidhanth Rathod 2 months ago committed by GitHub
parent f6af7e8a29
commit c4db8736ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,10 +69,3 @@ vim.api.nvim_create_autocmd({ "UIEnter", "BufReadPost", "BufNewFile" }, {
end
end,
})
-------------------------------------- commands ------------------------------------------
local new_cmd = vim.api.nvim_create_user_command
new_cmd("NvChadUpdate", function()
require "nvchad.updater"()
end, {})

Loading…
Cancel
Save