We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a354d4e commit d86dc91Copy full SHA for d86dc91
plugin/ex-commands.lua
@@ -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