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 Sep 8, 2023
1 parent f84af89 commit 1750af4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/mellifluous.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Table of Contents *mellifluous-table-of-contents*
- Native LSP <https://github.com/neovim/nvim-lspconfig>
- Telescope <https://github.com/nvim-telescope/telescope.nvim>
- NvimTree <https://github.com/kyazdani42/nvim-tree.lua>
- Neo-Tree <https://github.com/nvim-neo-tree/neo-tree.nvim>
- Nvim-cmp <https://github.com/hrsh7th/nvim-cmp>
- Indent Blankline <https://github.com/lukas-reineke/indent-blankline.nvim>
- Startify <https://github.com/mhinz/vim-startify>
Expand Down Expand Up @@ -89,6 +90,9 @@ parts of the config can be included.
enabled = true,
show_root = false,
},
neo_tree = {
enabled = true,
},
telescope = {
enabled = true,
nvchad_like = true,
Expand Down

0 comments on commit 1750af4

Please sign in to comment.