Revert "NvChad Updater | Chadrc Fixes | Cleanup and Formatting | Misc (#288)"

This reverts commit 36cb57ecce.
This commit is contained in:
siduck76
2021-08-19 12:36:01 +05:30
parent 36cb57ecce
commit aa8df57cae
12 changed files with 197 additions and 389 deletions

View File

@@ -37,9 +37,6 @@ M.options = {
mapleader = " ",
autosave = false,
enable_insertNav = true, -- navigation in insertmode
-- used for updater
update_url = "https://github.com/NvChad/NvChad",
update_branch = "main",
}
-- enable and disable plugins (false for disable)
@@ -143,7 +140,6 @@ M.mappings = {
copywhole_file = "<C-a>",
toggle_linenr = "<leader>n", -- show or hide line number
theme_toggle = "<leader>x",
update_nvchad = "<leader>uu",
},
}