bufferline mappings (#5)

This commit is contained in:
siduck76
2021-03-18 19:19:45 +05:30
parent 68bfc76d0a
commit 4a1530ec22
2 changed files with 14 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ cmd "syntax on"
g.auto_save = 1
g.indentLine_enabled = 1
g.indentLine_char_list = {''}
g.indentLine_char_list = {""}
g.mapleader = " "
@@ -60,3 +60,5 @@ require("lspkind").init(
File = ""
}
)