Refactor packer config to use packer config parameter instead of
separate requires
This commit is contained in:
parent
413a8fb1fb
commit
f4216ae0ba
14 changed files with 390 additions and 344 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue