Closed sg3t41 closed 1 month ago
本来[components]ディレクトリなのに選択したらカレントディレクトリ+ブランチ名に変わってしまう
該当 https://github.com/sg3t41/dotfiles/blob/7053b97b0407d22b0bae44122cb76b39af3c72aa/.config/nvim/lua/plugins/nvimtree.lua#L6-L67
https://github.com/sg3t41/dotfiles/blob/7053b97b0407d22b0bae44122cb76b39af3c72aa/.config/nvim/lua/plugins/nvimtree.lua#L100
falseのはずがなぜかlabelを指定してる
has_uncommitted_changes()とget_current_branch()でgit管理の判定被ってるから整理する
has_uncommitted_changes()
get_current_branch()
完了
本来[components]ディレクトリなのに選択したらカレントディレクトリ+ブランチ名に変わってしまう
該当 https://github.com/sg3t41/dotfiles/blob/7053b97b0407d22b0bae44122cb76b39af3c72aa/.config/nvim/lua/plugins/nvimtree.lua#L6-L67