Compare commits
2 Commits
61249d90ec
...
a8bdfc25b1
| Author | SHA1 | Date | |
|---|---|---|---|
| a8bdfc25b1 | |||
| 8de7c8a2b2 |
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
require( "roka.core.options")
|
require( "mzpx.core.options")
|
||||||
require( "roka.core.keymaps")
|
require( "mzpx.core.keymaps")
|
||||||
require( "roka.core.plugins")
|
require( "mzpx.core.plugins")
|
||||||
|
|
||||||
require( "roka.plug.color" )
|
require( "mzpx.plug.color" )
|
||||||
|
|||||||
@@ -87,7 +87,8 @@ telescope.setup {
|
|||||||
["?"] = actions.which_key,
|
["?"] = actions.which_key,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, -- defaults
|
||||||
|
|
||||||
-- pickers = {
|
-- pickers = {
|
||||||
-- Default configuration for builtin pickers goes here:
|
-- Default configuration for builtin pickers goes here:
|
||||||
-- picker_name = {
|
-- picker_name = {
|
||||||
@@ -110,4 +111,4 @@ telescope.setup {
|
|||||||
-- }
|
-- }
|
||||||
-- please take a look at the readme of the extension you want to configure
|
-- please take a look at the readme of the extension you want to configure
|
||||||
},
|
},
|
||||||
}
|
} -- telescope.setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user