1

Refresh generated nvim config

This commit is contained in:
2024-06-03 21:11:20 +02:00
parent fd506d4921
commit 50723ef645
2114 changed files with 84528 additions and 44473 deletions

View File

@ -0,0 +1,8 @@
if exists('g:loaded_neo_tree')
finish
endif
command! -nargs=* -complete=custom,v:lua.require'neo-tree.command'.complete_args
\ Neotree lua require("neo-tree.command")._command(<f-args>)
let g:loaded_neo_tree = 1