Neovim config updates

This commit is contained in:
2023-10-02 18:30:56 -04:00
parent 427fd1d063
commit f643b45432
6 changed files with 27 additions and 6 deletions

View File

@@ -19,6 +19,12 @@ return {
},
signature = { enabled = false },
},
routes = {
{
view = "notify",
filter = { event = "msg_showmode" },
},
}
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries