Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 20, 2024
1 parent d4b017a commit 009e6b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/emoji.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*emoji.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 March 10
*emoji.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 May 20

==============================================================================
Table of Contents *emoji.nvim-table-of-contents*
Expand Down Expand Up @@ -59,6 +59,11 @@ With Lazy.nvim <https://github.com/folke/lazy.nvim>
-- is not vim.fn.stdpath("data") .. "/lazy/
plugin_path = vim.fn.expand("$HOME/plugins/"),
},
config = function(_, opts)
require("emoji").setup(opts)
-- optional for telescope integration
require("telescope").load_extension("emoji")
end,
}
<

Expand Down

0 comments on commit 009e6b2

Please sign in to comment.