Skip to content

Commit

Permalink
fix: SessionLoad command in starter
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Sep 26, 2023
1 parent 5053059 commit 75304ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/starter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function M.opts()
new_item("Mason", "Mason", "Config"),
new_item("MasonUpdateAll", "MasonUpdateAll", "Config"),
new_item("GenerateAverageColor", "GenerateAverageColor", "Colors"),
new_item("Session restore", "LoadSession", "Session"),
new_item("Session restore", "SessionLoad", "Session"),
new_item("Checkhealth", "checkhealth", "Built-in"),
new_item("Quit", "qa", "Built-in"),
},
Expand Down

0 comments on commit 75304ca

Please sign in to comment.