sg3t41 / dotfiles

0 stars 0 forks source link

nvim-treeのファイルツリー表記バグ #2

Closed sg3t41 closed 1 month ago

sg3t41 commented 1 month ago

本来[components]ディレクトリなのに選択したらカレントディレクトリ+ブランチ名に変わってしまう issue1

該当 https://github.com/sg3t41/dotfiles/blob/7053b97b0407d22b0bae44122cb76b39af3c72aa/.config/nvim/lua/plugins/nvimtree.lua#L6-L67

sg3t41 commented 1 month ago

https://github.com/sg3t41/dotfiles/blob/7053b97b0407d22b0bae44122cb76b39af3c72aa/.config/nvim/lua/plugins/nvimtree.lua#L100

falseのはずがなぜかlabelを指定してる

sg3t41 commented 1 month ago

has_uncommitted_changes()get_current_branch()でgit管理の判定被ってるから整理する

sg3t41 commented 1 month ago

完了