mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-10 17:08:40 +00:00
5 lines
161 B
VimL
5 lines
161 B
VimL
let g:chadtree_settings = {'xdg': v:true}
|
|
|
|
autocmd VimEnter * CHADopen --nofocus
|
|
autocmd bufenter * if (winnr("$") == 1 && &filetype == 'CHADtree') | q | endif
|