clean packer config | Breaking change
This commit is contained in:
7
examples/plugins.lua
Normal file
7
examples/plugins.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Example plugins file!
|
||||
-- (suggestion) -> lua/custom/plugins/init.lua or anywhere in custom dir
|
||||
|
||||
return {
|
||||
{ "elkowar/yuck.vim", ft = "yuck" },
|
||||
{ "ellisonleao/glow.nvim", cmd = "Glow" },
|
||||
}
|
||||
Reference in New Issue
Block a user