improve config structure

This commit is contained in:
siduck76
2021-07-09 09:14:04 +05:30
parent e219b04e82
commit c6084220de
18 changed files with 485 additions and 449 deletions

View File

@@ -0,0 +1,19 @@
require "bufferline".setup {
options = {
offsets = {{filetype = "NvimTree", text = "", padding = 1}},
buffer_close_icon = "",
modified_icon = "",
close_icon = "",
left_trunc_marker = "",
right_trunc_marker = "",
max_name_length = 14,
max_prefix_length = 13,
tab_size = 20,
show_tab_indicators = true,
enforce_regular_tabs = false,
view = "multiwindow",
show_buffer_close_icons = true,
separator_style = "thin",
mappings = "true"
}
}