ref(nvim): formatted files

This commit is contained in:
Léana 江 2023-04-04 01:10:21 +02:00
parent 7bbf5ee03b
commit c1bbfff700
16 changed files with 45 additions and 301 deletions

View file

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