mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-19 05:08:39 +00:00
Nearly working
This commit is contained in:
4
home-manager/nvim/chadtree.vim
Normal file
4
home-manager/nvim/chadtree.vim
Normal 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
|
Reference in New Issue
Block a user