Make all plugin configs return a function
Simplifies writing the `config = ...` field for each plugin
This commit is contained in:
@@ -17,3 +17,7 @@
|
||||
-- https://github.com/onsails/lspkind.nvim
|
||||
|
||||
-- configured and loaded in plugins.config.cmp
|
||||
local function setup()
|
||||
end
|
||||
|
||||
return setup
|
||||
|
||||
Reference in New Issue
Block a user