Skip to content

Commit 3ab9824

Browse files
committed
Fix missing commands
1 parent fb0ff63 commit 3ab9824

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/nikero/command_palette.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ local CommandPalette = {
3333
{
3434
name = "File",
3535
commands = {
36-
{ "Inspect types", ":TwoSlashQueriesInspect" },
36+
{ "Inspect types", ":InspectTwoslashQueries" },
37+
{ "Toggle inline folds", ":InlineFoldToggle" },
3738
{ "Search and Replace", ":SearchAndReplace" },
3839
{ "Toggle env variables", "CloakToggle" },
3940
},

0 commit comments

Comments
 (0)