fixed indent-blankline guides

This commit is contained in:
pr0c3550r 2023-02-11 19:08:28 +01:00
parent e78de6328b
commit da85475fc0
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ vim.opt.signcolumn = 'yes'
-- setting completion menu for autocompletion
vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.list = true
-- correct tabbing
vim.opt.tabstop = 4

View file

@ -7,6 +7,7 @@ return {
filetype_exclude = { "help", "lazy" },
show_trailing_blankline_indent = true,
show_current_context = true,
show_current_context_start = true,
},
},
}