dap, xdebug, flexoki colorscheme, trouble fix, lualine fix

This commit is contained in:
2025-05-12 13:18:49 +03:00
parent 631d0e6740
commit f27c3d3299
15 changed files with 316 additions and 31 deletions

View File

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