refactor(nvim): Simplify lazyload
This commit is contained in:
parent
6636abb02f
commit
c85e6a9bff
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@ return {
|
|||
},
|
||||
{
|
||||
"tpope/vim-commentary", -- shortcut to comment a line
|
||||
keys = {
|
||||
{ "gcc", mode = "n" },
|
||||
{ "gc", mode = "v" },
|
||||
{ "<esc>gcc", mode = "i" },
|
||||
},
|
||||
keys = { "gc" },
|
||||
},
|
||||
{
|
||||
"dstein64/vim-startuptime",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue