fix(examples): alpha sort
This commit is contained in:
parent
d993631e76
commit
2830ade34d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue