mirror of https://github.com/LazyVim/starter
8 lines
104 B
Lua
8 lines
104 B
Lua
|
return {
|
||
|
{
|
||
|
"mattn/vim-gist",
|
||
|
event = "BufRead",
|
||
|
dependencies = "mattn/webapi-vim",
|
||
|
},
|
||
|
}
|