Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
filetree visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Aug 8, 2022
1 parent 72b54be commit fe1060a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,11 @@
enable = true;
type = "nvim-cmp";
};
vim.filetree.nvimTreeLua.enable = true;
vim.filetree.nvimTreeLua = {
enable = true;
groupEmptyFolders = false;
indentMarkers = false;
};
vim.tabline.nvimBufferline.enable = true;
vim.treesitter = {
enable = true;
Expand Down

0 comments on commit fe1060a

Please sign in to comment.