fix(examples): alpha sort

This commit is contained in:
Matt Leong 2021-12-14 15:09:51 -08:00
parent d993631e76
commit 2830ade34d

View file

@ -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