From 1750af44e585537c387be918ec4757ab75e4d1c5 Mon Sep 17 00:00:00 2001 From: ramojus Date: Fri, 8 Sep 2023 21:09:42 +0000 Subject: [PATCH] chore(ci): auto generate docs --- doc/mellifluous.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/mellifluous.txt b/doc/mellifluous.txt index c975b7f..2325257 100644 --- a/doc/mellifluous.txt +++ b/doc/mellifluous.txt @@ -20,6 +20,7 @@ Table of Contents *mellifluous-table-of-contents* - Native LSP - Telescope - NvimTree +- Neo-Tree - Nvim-cmp - Indent Blankline - Startify @@ -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,