Nearly working

This commit is contained in:
Smaug123
2024-03-23 01:06:01 +00:00
parent 93b5fc92e9
commit 47b5993422
5 changed files with 68 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
let g:chadtree_settings = {'xdg': v:true}
autocmd VimEnter * CHADopen --nofocus
autocmd bufenter * if (winnr("$") == 1 && &filetype == 'CHADtree') | q | endif