[NeoVim] Actually working bootstrap

This commit is contained in:
2022-08-24 18:33:02 +02:00
parent b411775c77
commit 4059a6501a
13 changed files with 51 additions and 25 deletions

View File

@@ -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>")