clean mapping syntax

This commit is contained in:
siduck
2024-02-25 08:43:48 +05:30
parent 9414658e35
commit 4b1bca5303
9 changed files with 244 additions and 626 deletions
+9
View File
@@ -136,3 +136,12 @@ local new_cmd = vim.api.nvim_create_user_command
new_cmd("NvChadUpdate", function()
require "nvchad.updater"()
end, {})
--------------------------------------- globals -------------------------------------------
vim.g.whichkey_maps = true
vim.g.blankline_maps = true
vim.g.terminal_maps = true
vim.g.telescope_maps = true
vim.g.nvimtree_maps = true
vim.g.comment_maps = true
vim.g.tabufline_maps = true