mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
9 lines
138 B
Nix
9 lines
138 B
Nix
{
|
|
plugins.nvim-tree.enable = true;
|
|
keymaps = [
|
|
{
|
|
action = "<cmd>NvimTreeToggle<CR>";
|
|
key = "<leader>ft";
|
|
}
|
|
];
|
|
}
|