Skip to content

Commit db5e4cf

Browse files
committed
Fix live-command main
1 parent a7bec2f commit db5e4cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nvim/.config/nvim/lua/plugins/live-command.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ return {
22
{
33
"smjonas/live-command.nvim",
44
event = "CmdlineEnter",
5+
main = "live-command",
56
opts = {
67
commands = {
78
Norm = { cmd = "norm" },

0 commit comments

Comments
 (0)