nvim-tree.lua/lua/nvim-tree/renderer
kiyan d44742bee5 refactor(renderer): line creation into a builder pattern
- use a builder pattern to mount the lines / highlights
- i think we lost a little performance, but gain in design
- code for file/folder icons is abstracted in components/icons.lua
- should also fix the issues where vim.g variables where loaded before
  setup.
2022-04-23 15:15:10 +02:00
..
components refactor(renderer): line creation into a builder pattern 2022-04-23 15:15:10 +02:00
builder.lua refactor(renderer): line creation into a builder pattern 2022-04-23 15:15:10 +02:00
help.lua chore: add stylua to format the codebase, and run on CI (#1055) 2022-03-06 17:33:30 +01:00
icon-config.lua chore: refacto file placement of renderer components 2022-04-23 11:14:16 +02:00
init.lua refactor(renderer): line creation into a builder pattern 2022-04-23 15:15:10 +02:00