diff options
author | Christian Segundo | 2024-10-19 09:27:22 +0200 |
---|---|---|
committer | Christian Segundo | 2024-10-19 09:27:22 +0200 |
commit | 8893e71082b5fc9c4e1e4812fc6bc2c52cb9b822 (patch) | |
tree | e578148cee942941c82c004a08f7ccdc932faf4c /lua/plugins/core/nvim-tree.lua | |
parent | 049b9e4e97df8172bb8d2e98d5579ffecd758ca3 (diff) | |
download | config-8893e71082b5fc9c4e1e4812fc6bc2c52cb9b822.tar.gz |
remove ts
Diffstat (limited to 'lua/plugins/core/nvim-tree.lua')
-rw-r--r-- | lua/plugins/core/nvim-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/core/nvim-tree.lua b/lua/plugins/core/nvim-tree.lua index e8ca82f..36305d0 100644 --- a/lua/plugins/core/nvim-tree.lua +++ b/lua/plugins/core/nvim-tree.lua @@ -18,7 +18,7 @@ return { dependencies = { "nvim-tree/nvim-web-devicons" }, }, - -- Add nvim-tree which-key shortcuts + -- Add nvim-tree which-key shortcuts { "folke/which-key.nvim", opts = function(_, opts) |