[NeoVim] Actually working bootstrap
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
(import-macros {: setup} :macros)
|
||||
|
||||
(local colors (require :solarized.colors))
|
||||
|
||||
(setup :bufferline {
|
||||
:options {:close_command "Bdelete %d"
|
||||
:right_mouse_command "Bdelete %d"
|
||||
@@ -12,6 +13,7 @@
|
||||
:highlights {:separator {:fg colors.bg_alt}
|
||||
:separator_visible {:fg colors.bg_alt}
|
||||
:separator_selected {:fg colors.bg_alt}}})
|
||||
|
||||
(map! [n] :<S-Right> ":bnext<CR>")
|
||||
(map! [n] :<S-Left> ":bprevious<CR>")
|
||||
(map! [n] :q ":Bdelete<CR>")
|
||||
|
||||
Reference in New Issue
Block a user