mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
user defined plugins
This commit is contained in:
parent
6b41286d70
commit
be9a5a0889
4 changed files with 41 additions and 27 deletions
|
@ -459,4 +459,6 @@ return require("packer").startup(function(use)
|
|||
requires = "hrsh7th/nvim-compe",
|
||||
disable = not O.plugin.tabnine.active,
|
||||
}
|
||||
for _, plugin in pairs(O.custom_plugins) do packer.use(plugin) end
|
||||
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue