diff options
author | Jacek Kiedrowski <[email protected]> | 2021-07-05 20:34:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-05 20:34:22 +0100 |
commit | 64e544b56114f7b93a56814067caa28c83cfaec4 (patch) | |
tree | ecff967bb740a0e4510023e9faf4bf2c861f2929 /lua/plugins.lua | |
parent | 1f32f7737a544d539b2251cbdb2b717ff7e06458 (diff) | |
parent | 9d399314d4ef9b05df738dda016ea52ec2e85823 (diff) |
Merge branch 'ChristianChiarulli:master' into master
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 1a857c66..b14cac46 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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) |