This commit is contained in:
2025-01-18 15:25:27 +03:00
parent 33383e5fbf
commit 720c645a8c
4 changed files with 15 additions and 9 deletions

View File

@ -22,8 +22,7 @@ return {
-- dap.listeners.before.event_exited.dapui_config = function()
-- dapui.close()
-- end
fn.sign_define("DapBreakpoint", { text = "", texthl = "red", linehl = "", numhl = "" })
fn.sign_define("DapBreakpoint", { text = "", texthl = "ErrorMsg", linehl = "", numhl = "" })
require("dapui").setup()
require("dap-go").setup()

View File

@ -17,6 +17,13 @@ return {
require("neo-tree").setup({
-- popup_border_style = "rounded",
filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = true,
},
},
default_component_configs = {
modified = {
symbol = "",