2021-03-13 01:23:02 +00:00
|
|
|
vim.o.termguicolors = true
|
2021-03-07 14:22:30 +00:00
|
|
|
|
2021-04-25 06:27:24 +00:00
|
|
|
-- colors
|
|
|
|
|
|
|
|
local bar_fg = "#565c64"
|
|
|
|
local activeBuffer_fg = "#c8ccd4"
|
|
|
|
|
2021-03-13 01:23:02 +00:00
|
|
|
require "bufferline".setup {
|
|
|
|
options = {
|
|
|
|
buffer_close_icon = "",
|
|
|
|
modified_icon = "●",
|
2021-03-18 13:49:45 +00:00
|
|
|
close_icon = "",
|
2021-03-13 01:23:02 +00:00
|
|
|
left_trunc_marker = "",
|
|
|
|
right_trunc_marker = "",
|
|
|
|
max_name_length = 14,
|
|
|
|
max_prefix_length = 13,
|
|
|
|
tab_size = 18,
|
|
|
|
enforce_regular_tabs = true,
|
|
|
|
view = "multiwindow",
|
|
|
|
show_buffer_close_icons = true,
|
|
|
|
separator_style = "thin"
|
2021-03-07 14:22:30 +00:00
|
|
|
},
|
2021-03-13 01:23:02 +00:00
|
|
|
highlights = {
|
2021-03-07 14:22:30 +00:00
|
|
|
background = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = bar_fg,
|
2021-04-06 02:59:37 +00:00
|
|
|
guibg = "#1e222a"
|
2021-03-13 01:23:02 +00:00
|
|
|
},
|
|
|
|
fill = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = bar_fg,
|
2021-04-06 02:59:37 +00:00
|
|
|
guibg = "#1e222a"
|
2021-03-13 01:23:02 +00:00
|
|
|
},
|
2021-04-25 06:27:24 +00:00
|
|
|
|
|
|
|
-- focused window
|
2021-03-07 14:22:30 +00:00
|
|
|
buffer_selected = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = activeBuffer_fg,
|
|
|
|
guibg = "#353b45",
|
2021-03-13 01:23:02 +00:00
|
|
|
gui = "bold"
|
|
|
|
},
|
2021-04-25 06:27:24 +00:00
|
|
|
separator_selected = {
|
|
|
|
guifg = "#353b45",
|
|
|
|
guibg = "#353b45"
|
|
|
|
},
|
|
|
|
|
|
|
|
-- unfocused opened window
|
2021-04-06 02:59:37 +00:00
|
|
|
buffer_visible = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = "#9298a0",
|
|
|
|
guibg = "#282c34"
|
2021-04-06 02:59:37 +00:00
|
|
|
},
|
2021-03-13 01:23:02 +00:00
|
|
|
separator_visible = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = "#282c34",
|
|
|
|
guibg = "#282c34"
|
2021-03-13 01:23:02 +00:00
|
|
|
},
|
2021-04-25 06:27:24 +00:00
|
|
|
|
2021-03-13 01:23:02 +00:00
|
|
|
separator = {
|
2021-04-06 02:59:37 +00:00
|
|
|
guifg = "#1e222a",
|
|
|
|
guibg = "#1e222a"
|
2021-03-13 01:23:02 +00:00
|
|
|
},
|
2021-04-25 06:27:24 +00:00
|
|
|
|
2021-03-13 01:23:02 +00:00
|
|
|
indicator_selected = {
|
2021-04-06 02:59:37 +00:00
|
|
|
guifg = "#1e222a",
|
|
|
|
guibg = "#1e222a"
|
2021-03-13 01:23:02 +00:00
|
|
|
},
|
2021-04-25 06:27:24 +00:00
|
|
|
|
2021-03-07 14:22:30 +00:00
|
|
|
modified_selected = {
|
2021-04-25 06:27:24 +00:00
|
|
|
guifg = bar_fg,
|
2021-04-06 02:59:37 +00:00
|
|
|
guibg = "#353b45"
|
2021-03-13 01:23:02 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-07 14:22:30 +00:00
|
|
|
}
|
2021-03-18 13:49:45 +00:00
|
|
|
|
|
|
|
local opt = {silent = true}
|
|
|
|
|
2021-04-25 06:27:24 +00:00
|
|
|
local map = vim.api.nvim_set_keymap
|
2021-03-18 13:49:45 +00:00
|
|
|
vim.g.mapleader = " "
|
|
|
|
|
2021-03-31 09:47:11 +00:00
|
|
|
--command that adds new buffer and moves to it
|
2021-04-25 06:27:24 +00:00
|
|
|
map("n", "<S-b>", [[<Cmd>tabnew<CR>]], opt)
|
2021-04-01 18:53:12 +00:00
|
|
|
|
2021-03-31 09:47:11 +00:00
|
|
|
--removing a buffer
|
2021-04-25 06:27:24 +00:00
|
|
|
map("n", "<S-d>", [[<Cmd>bdelete<CR>]], opt)
|
2021-04-01 18:53:12 +00:00
|
|
|
|
2021-03-18 13:49:45 +00:00
|
|
|
-- tabnew and tabprev
|
2021-04-25 06:27:24 +00:00
|
|
|
map("n", "<S-l>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
|
|
|
map("n", "<S-s>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|