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 = {},
|
diagnostic = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- See :h telescope.setup
|
||||||
|
config.telescope = {}
|
||||||
|
|
||||||
-- See https://github.com/folke/todo-comments.nvim#%EF%B8%8F-configuration
|
-- See https://github.com/folke/todo-comments.nvim#%EF%B8%8F-configuration
|
||||||
config.todo_comments = {}
|
config.todo_comments = {}
|
||||||
|
|
||||||
|
@ -81,7 +84,4 @@ config.notify = {}
|
||||||
-- See :h nvim-tree.setup
|
-- See :h nvim-tree.setup
|
||||||
config.nvim_tree = {}
|
config.nvim_tree = {}
|
||||||
|
|
||||||
-- See :h telescope.setup
|
|
||||||
config.telescope = {}
|
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
Loading…
Add table
Reference in a new issue