From 23c299b0e2a05cc17cf4b8a462db144f095eed59 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Mon, 9 Oct 2023 12:09:40 +0200 Subject: [PATCH] only one bufferline per nvim instance --- home/rachel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/rachel.nix b/home/rachel.nix index 5efe4df..feb8a9b 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -188,7 +188,7 @@ in set rnu nu set ts=2 sw=2 expandtab set clipboard=unnamedplus - set laststatus=2 noshowmode + set laststatus=3 noshowmode let g:cornelis_use_global_binary = 1 let g:lightline = { 'colorscheme': 'gruvbox' } colorscheme gruvbox