Skip to content

Commit

Permalink
feat: support ranges in neorgcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Nov 21, 2024
1 parent 2d8ed7e commit 8b9e298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neorg/modules/core/neorgcmd/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.load = function()
vim.api.nvim_create_user_command("Neorg", module.private.command_callback, {
nargs = "*",
complete = module.private.generate_completions,
range = 2,
})

-- Loop through all the command modules we want to load and load them
Expand Down

0 comments on commit 8b9e298

Please sign in to comment.