fix(lsp): lsp on_attach was not called at normal mode

This commit is contained in:
tomasky 2022-07-31 22:35:43 +08:00 committed by Sidhanth Rathod
parent 243552c21e
commit f51e91a391
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ local plugins = {
["NvChad/ui"] = {
after = "base46",
module = "nvchad_ui",
config = function()
require("plugins.configs.others").nvchad_ui()
end,