From 0280bb06733c6ea3de087cc7b72decb3f7d41a17 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 24 May 2022 23:44:51 +0200 Subject: Remove bufferline and the tabline all together --- fnl/config/autocmd.fnl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fnl/config/autocmd.fnl') diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 911d8dc..7c65654 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -3,10 +3,6 @@ (defn- autocmd [event opts] (nvim.create_autocmd event opts)) -(autocmd :User - {:pattern :AlphaReady - :command "set showtabline=0 | autocmd BufUnload set showtabline=2"}) - (autocmd :BufEnter {:command "if winnr('$') == 1 && bufname() == 'NvimTree_' . tabpagenr() | quit | endif"}) -- cgit v1.2.3-70-g09d2