feat(nvim): use lazy to load plugins
This commit is contained in:
parent
3204ac12e7
commit
80c38b5120
11 changed files with 604 additions and 266 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue