diff --git a/.config/nvim/init.vim.bak b/.config/nvim/init.vim.bak index b6a5f15..7314ff2 100644 --- a/.config/nvim/init.vim.bak +++ b/.config/nvim/init.vim.bak @@ -226,6 +226,7 @@ if match(&runtimepath, 'airline') != -1 endif " this is the first bit of vimscript I ever wrote + " This also turned out to be the last bit of vimscript I would ever write function! Tabline_auto_show_hide() let tab_count = tabpagenr("$") if tab_count == 2