dap, xdebug, flexoki colorscheme, trouble fix, lualine fix
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
require('telescope').setup{
|
||||
-- Initializing
|
||||
local telescope = require('telescope');
|
||||
|
||||
-- Installing
|
||||
telescope.setup {
|
||||
pickers = {
|
||||
-- Default configuration for builtin pickers goes here:
|
||||
-- Default configuration for builtin picikers goes here:
|
||||
-- picker_name = {
|
||||
-- picker_config_key = value,
|
||||
-- picker_configi_key = value,
|
||||
-- ...
|
||||
-- }
|
||||
-- Now the picker_config_key will be applied every time you call this
|
||||
-- builtin picker
|
||||
},
|
||||
extensions = {
|
||||
-- Your extension configuration goes here:
|
||||
|
||||
exteinsiions = {
|
||||
-- Your extensioni configuration goes here:
|
||||
-- extension_name = {
|
||||
-- extension_config_key = value,
|
||||
-- }
|
||||
-- please take a look at the readme of the extension you want to configure
|
||||
dap = {}
|
||||
}
|
||||
}
|
||||
|
||||
-- Loading extensions
|
||||
telescope.load_extension('dap')
|
||||
|
Reference in New Issue
Block a user