sisko/firefox: add tridactyl support

This commit is contained in:
2025-03-26 20:45:52 +01:00
parent 017b500180
commit ff99371792
3 changed files with 17 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ in {
" Close vim is Nerdtree is the only buffer left
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
if empty($AERC_ACCOUNT)
if empty($AERC_ACCOUNT) && empty($MOZ_APP_LAUNCHER)
autocmd VimEnter * NERDTree " Autostart nerdtree on vim startup
autocmd VimEnter * wincmd p " Unselect nerdtree window
endif