commit
This commit is contained in:
@ -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()
|
||||
|
@ -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 = "",
|
||||
|
Reference in New Issue
Block a user