Skip to content

Commit d86dc91

Browse files
committed
add ex-commands template
1 parent a354d4e commit d86dc91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/ex-commands.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- vim.api.nvim_create_user_command(
2+
-- "PLACEHOLDER_plugin_name_short_capitalized",
3+
-- function() require("PLACEHOLDER_plugin_name_short").FUNCTION_NAME() end,
4+
-- {}
5+
-- )

0 commit comments

Comments
 (0)