1 parent fb0ff63 commit 3ab9824Copy full SHA for 3ab9824
1 file changed
lua/nikero/command_palette.lua
@@ -33,7 +33,8 @@ local CommandPalette = {
33
{
34
name = "File",
35
commands = {
36
- { "Inspect types", ":TwoSlashQueriesInspect" },
+ { "Inspect types", ":InspectTwoslashQueries" },
37
+ { "Toggle inline folds", ":InlineFoldToggle" },
38
{ "Search and Replace", ":SearchAndReplace" },
39
{ "Toggle env variables", "CloakToggle" },
40
},
0 commit comments