Ran luaformat on all neovim files, removed unneeded files

This commit is contained in:
Marko Korhonen 2022-08-23 22:12:01 +03:00
parent df03e639b7
commit 315f2a817f
11 changed files with 277 additions and 285 deletions

View file

@ -1,8 +1,8 @@
return function ()
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