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 413a8fb1fb
commit f4216ae0ba
14 changed files with 390 additions and 344 deletions

View file

@ -1,7 +1,8 @@
vim.opt.list = true
require('indent_blankline').setup {
space_char_blankline = ' ',
show_current_context = true,
show_current_context_start = true,
}
return function ()
vim.opt.list = true
require('indent_blankline').setup {
space_char_blankline = ' ',
show_current_context = true,
show_current_context_start = true,
}
end