Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: file tree customization

- moved to the right
- disabled tabufline separator

bpavuk ddc1eb9d 222efbad

+12
+3
nvim/.config/nvim/lua/chadrc.lua
··· 40 40 return "%#St_JJ_Text# 󰜘 " .. result .. " " 41 41 end, 42 42 } 43 + }, 44 + tabufline = { 45 + order = { "buffers", "tabs", "btns" } 43 46 } 44 47 } 45 48
+9
nvim/.config/nvim/lua/plugins/init.lua
··· 81 81 out_waiting = "󰔟", 82 82 }, 83 83 }, 84 + 85 + { 86 + "nvim-tree/nvim-tree.lua", 87 + opts = { 88 + view = { 89 + side = "right", 90 + }, 91 + }, 92 + }, 84 93 }