feat: improve mappings, move custom/init.lua & chadrc.lua -> custom/example_init.lua & example_chadrc.lua

This commit is contained in:
Galen Rowell
2021-09-24 18:03:33 +10:00
committed by siduck76
parent 9961cc0113
commit ee586047e5
4 changed files with 57 additions and 40 deletions

View File

@@ -1,11 +0,0 @@
-- This is where you custom modules and plugins goes.
-- See the wiki for a guide on how to extend NvChad
local hooks = require "core.hooks"
-- For example, the hook below overrieds 'publish_diagnostics' in the 'lspconfig' file,
--
-- hooks.override("lsp", "publish_diagnostics", function(current)
-- current.virtual_text = false;
-- return current;
-- end)