diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-06 00:47:13 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-06 00:47:13 +0000 |
| commit | 3ec123cf7cfccf0b86ea466dbe10166c275da519 (patch) | |
| tree | 7a908fb437a11e97cf0e98bb6f1e0d95e30b51cb /lua/plugins/nvimtree.lua | |
| parent | 99bd25a598a3bc8bd2609d5ae844d2ed26539cdd (diff) | |
| download | nvim-3ec123cf7cfccf0b86ea466dbe10166c275da519.tar.gz | |
lua: plugins: nvimtree: lazy load nvimtree
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | lua/plugins/nvimtree.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/nvimtree.lua b/lua/plugins/nvimtree.lua index 0c56850..c1a07bf 100644 --- a/lua/plugins/nvimtree.lua +++ b/lua/plugins/nvimtree.lua @@ -1,6 +1,7 @@ return { { "nvim-tree/nvim-tree.lua", + cmd = { "NvimTreeToggle", "NvimTreeOpen" }, config = function() require("nvim-tree").setup({ sort = { |
