2021-08-24 19:45:59 +00:00
|
|
|
-- This is where you custom modules and plugins goes.
|
|
|
|
-- See the wiki for a guide on how to extend NvChad
|
2021-08-31 14:20:57 +00:00
|
|
|
|
|
|
|
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)
|