Skip to content

Commit

Permalink
removing some stuff from root
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Dec 9, 2024
1 parent 7e7b030 commit 4dca465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/dap-view/breakpoints/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local winbar = require("dap-view.winbar")
local state = require("dap-view.state")
local globals = require("dap-view.globals")
local vendor = require("dap-view.breakpoints.vendor")
local extmarks = require("dap-view.extmarks")
local treesitter = require("dap-view.treesitter")
local extmarks = require("dap-view.exceptions.util.extmarks")
local treesitter = require("dap-view.exceptions.util.treesitter")

local api = vim.api

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4dca465

Please sign in to comment.