diff --git a/lua/cosmic/config/examples/config.lua b/lua/cosmic/config/examples/config.lua index bf4a47f..816a53d 100644 --- a/lua/cosmic/config/examples/config.lua +++ b/lua/cosmic/config/examples/config.lua @@ -69,6 +69,9 @@ config.cosmic_ui = { diagnostic = {}, } +-- See :h telescope.setup +config.telescope = {} + -- See https://github.com/folke/todo-comments.nvim#%EF%B8%8F-configuration config.todo_comments = {} @@ -81,7 +84,4 @@ config.notify = {} -- See :h nvim-tree.setup config.nvim_tree = {} --- See :h telescope.setup -config.telescope = {} - return config