refactor(nvim): Simplify lazyload

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 09:50:53 +07:00
parent 6636abb02f
commit c85e6a9bff
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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",