Skip to content

Commit

Permalink
fix(toggle): dont show incorrect deprecation warning for toggle. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 12, 2023
1 parent 2a0b7a8 commit 7c7b4be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazyvim/util/init.lua
Expand Up @@ -23,7 +23,6 @@ local deprecated = {
root_patterns = { "root", "patterns" },
get_root = { "root", "get" },
float_term = { "terminal", "open" },
toggle = { "toggle", "option" },
toggle_diagnostics = { "toggle", "diagnostics" },
toggle_number = { "toggle", "number" },
fg = "ui",
Expand Down

0 comments on commit 7c7b4be

Please sign in to comment.