ref(nvim): reformat using the all mighty lsp

This commit is contained in:
Léana 江 2023-02-23 12:11:02 +01:00
parent 88a5ea7267
commit bc9b520671
12 changed files with 147 additions and 152 deletions

View file

@ -1,5 +1,4 @@
require('indent_blankline').setup {
require('indent_blankline').setup({
char = '',
show_trailing_blankline_indent = false,
}
})