Skip to content

Commit

Permalink
docs: auto generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored and github-actions[bot] committed Oct 14, 2023
1 parent 795f639 commit f582b57
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ options and settings.
nvimtree = true,
treesitter = true,
notify = false,
mini = false,
mini = {
enabled = true,
indentscope_color = "",
},
-- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations)
},
})
Expand Down Expand Up @@ -233,7 +236,10 @@ example:
nvimtree = true,
treesitter = true,
notify = false,
mini = false,
mini = {
enabled = true,
indentscope_color = "",
},
}
})
<
Expand Down Expand Up @@ -575,7 +581,10 @@ mason.nvim>lua
<

mini.nvim>lua
mini = false
mini = {
enabled = true,
indentscope_color = "", -- catppuccin color (eg. `lavender`) Default: text
},
<

neo-tree.nvim>lua
Expand Down

0 comments on commit f582b57

Please sign in to comment.