mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(toggle): dont show incorrect deprecation warning for toggle. Fixes #1679
This commit is contained in:
parent
2a0b7a88ba
commit
7c7b4be8db
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue