Refactor packer config to use packer config parameter instead of

separate requires
This commit is contained in:
Marko Korhonen 2022-08-23 17:56:24 +03:00
parent 989ab0c42a
commit b985e8a28a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
14 changed files with 390 additions and 344 deletions

View file

@ -1,4 +1,6 @@
local telescope = require('telescope')
telescope.setup {}
telescope.load_extension('fzf')
telescope.load_extension('ui-select')
return function ()
local telescope = require('telescope')
telescope.setup {}
telescope.load_extension('fzf')
telescope.load_extension('ui-select')
end