
- Null-ls changed to none-ls - Added keymap to see none-ls buffer info - Lualine style changed to slanted - Neo-tree handlers - Spectre new keymaps - Telescope fzf options and some keybindings - Which-key adapted to new spectre bind changes BREAKING CHANGE: - Null-ls changed to none-ls
9 lines
221 B
Lua
9 lines
221 B
Lua
return {
|
|
{
|
|
"nvim-telescope/telescope-dap.nvim",
|
|
requires = { "nvim-telescope/telescope.nvim" },
|
|
config = function()
|
|
require("telescope").load_extension("dap")
|
|
end,
|
|
},
|
|
}
|