From 2830ade34d54c1e405a5b08429a2272048e408f8 Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Tue, 14 Dec 2021 15:09:51 -0800 Subject: [PATCH] fix(examples): alpha sort --- lua/cosmic/config/examples/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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