diff options
author | crupest <crupest@outlook.com> | 2023-09-08 20:18:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-10 17:15:34 +0800 |
commit | 16e583fe333be0c93539c258c4cdf66725c5b2b9 (patch) | |
tree | 9045b82ee79e5b6ebb0564f9343dfc3c4d90fd84 /configs/nvim/lua/plugins/nvim-tree.lua | |
parent | 68afce38678c8b680c1f1afd93056afa5310c2e2 (diff) | |
download | crupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.tar.gz crupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.tar.bz2 crupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.zip |
Update neovim config.
Diffstat (limited to 'configs/nvim/lua/plugins/nvim-tree.lua')
-rw-r--r-- | configs/nvim/lua/plugins/nvim-tree.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/nvim/lua/plugins/nvim-tree.lua b/configs/nvim/lua/plugins/nvim-tree.lua index b3d3397..4ead963 100644 --- a/configs/nvim/lua/plugins/nvim-tree.lua +++ b/configs/nvim/lua/plugins/nvim-tree.lua @@ -1,2 +1,4 @@ -return { "nvim-tree/nvim-tree.lua", lazy = false, dependencies = { - "nvim-tree/nvim-web-devicons", } } +return { + "nvim-tree/nvim-tree.lua", + lazy = false, +} |