Skip to content

Commit

Permalink
fix(nvim-tree): corrected plugin name. Fixes #593
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 9, 2024
1 parent 78cc1ae commit 66a272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/groups/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ M.plugins = {
["nvim-navic"] = "navic",
["nvim-notify"] = "notify",
["nvim-scrollbar"] = "scrollbar",
["nvim-tree"] = "nvim-tree",
["nvim-tree.lua"] = "nvim-tree",
["nvim-treesitter-context"] = "treesitter-context",
["octo.nvim"] = "octo",
["rainbow-delimiters.nvim"] = "rainbow",
Expand Down

0 comments on commit 66a272b

Please sign in to comment.