fixed indent-blankline guides
This commit is contained in:
parent
e78de6328b
commit
da85475fc0
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@ return {
|
|||
filetype_exclude = { "help", "lazy" },
|
||||
show_trailing_blankline_indent = true,
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue