Skip to content

Commit

Permalink
chore(ci): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus authored and github-actions[bot] committed Feb 3, 2024
1 parent 8377fb8 commit 3c541b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/mellifluous.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ Example with packer.nvim <https://github.com/wbthomason/packer.nvim>:
>lua
use({
'ramojus/mellifluous.nvim',
-- version = "v1.*", -- uncomment for stable config (some features might be missed if/when v2 comes out)
config = function()
require'mellifluous'.setup({ --[[...]] }) -- optional, see configuration section.
require'mellifluous'.setup({}) -- optional, see configuration section.
vim.cmd('colorscheme mellifluous')
end,
})
Expand Down

0 comments on commit 3c541b8

Please sign in to comment.