Skip to content

Instantly share code, notes, and snippets.

@whateverforever
Created August 10, 2023 09:13
Show Gist options
  • Save whateverforever/fac0b8bc01e05d8c799c8a06be3bcbd6 to your computer and use it in GitHub Desktop.
Save whateverforever/fac0b8bc01e05d8c799c8a06be3bcbd6 to your computer and use it in GitHub Desktop.
lunarvim lazy.vim lvim minimap
-- lunarvim uses lazy.vim for plugin management
-- lazy.vim works with vimscript plugins, but
-- need to use init, instead of config
lvim.plugins = {
...snip...
{
'wfxr/minimap.vim',
init = function()
vim.g.minimap_auto_start = 1
end
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment