feat(nvim): use lazy to load plugins

This commit is contained in:
Moritz Böhme 2023-06-10 21:52:57 +02:00
parent 3204ac12e7
commit 80c38b5120
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
11 changed files with 604 additions and 266 deletions

View file

@ -65,7 +65,3 @@ end, {
return languages[vim.bo.filetype] or {}
end,
})
require("which-key").register({
["="] = { "<cmd>Format<cr>", "format (formatter)" },
}, { noremap = true, silent = true })