We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bec2f commit db5e4cfCopy full SHA for db5e4cf
1 file changed
nvim/.config/nvim/lua/plugins/live-command.lua
@@ -2,6 +2,7 @@ return {
2
{
3
"smjonas/live-command.nvim",
4
event = "CmdlineEnter",
5
+ main = "live-command",
6
opts = {
7
commands = {
8
Norm = { cmd = "norm" },
0 commit comments