use slim chars for blankline indent
also enable indent markers in nvimtree
This commit is contained in:
parent
f48ff142f0
commit
47e9ce90ff
@ -36,7 +36,7 @@ local options = {
|
|||||||
highlight_opened_files = "none",
|
highlight_opened_files = "none",
|
||||||
|
|
||||||
indent_markers = {
|
indent_markers = {
|
||||||
enable = false,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
icons = {
|
icons = {
|
||||||
|
@ -2,8 +2,8 @@ local M = {}
|
|||||||
local utils = require "core.utils"
|
local utils = require "core.utils"
|
||||||
|
|
||||||
M.blankline = {
|
M.blankline = {
|
||||||
indent = { highlight = "IblChar" },
|
indent = { char = "│", highlight = "IblChar" },
|
||||||
scope = { highlight = "IblScopeChar" },
|
scope = { char = "│", highlight = "IblScopeChar" },
|
||||||
}
|
}
|
||||||
|
|
||||||
M.luasnip = function(opts)
|
M.luasnip = function(opts)
|
||||||
|
Loading…
Reference in New Issue
Block a user