This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/plugins/explorer/default.nix

8 lines
110 B
Nix

{ nvim-tree-lua, ... }:
{
luaConfig = builtins.readFile ./nvim-tree.lua;
plugins = [ nvim-tree-lua ];
}