Skip to content

Commit

Permalink
feat: some dap shit
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Aug 4, 2023
1 parent 2d39bdc commit c4ddcd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/bombadil/lua/flavours/diagnostics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function M.setup(palette)
hi.DiagnosticUnderlineWarn = { sp = d.warn, undercurl = true }
hi.DiagnosticUnderlineInfo = { sp = d.info, undercurl = true }
hi.DiagnosticUnderlineHint = { sp = d.hint, undercurl = true }
hi.DiagnosticUnnecessary = { sp = d.hint, undercurl = true }
-- hi.DiagnosticUnnecessary = "Comment"
end

return M
2 changes: 1 addition & 1 deletion plugins/bombadil/plugin/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vim.opt.hlsearch = true
vim.opt.ignorecase = true
vim.opt.inccommand = "split"
vim.opt.incsearch = true
vim.opt.laststatus = 2
vim.opt.laststatus = 3
vim.opt.linebreak = false
vim.opt.listchars = { space = "." }
vim.opt.modelines = 1
Expand Down
1 change: 1 addition & 0 deletions plugins/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ return function()
local args = {
"./node_modules/.bin/jest",
"--runInBand",
"--runTestsByPath",
}

local file = vim.api.nvim_buf_get_name(0)
Expand Down

0 comments on commit c4ddcd5

Please sign in to comment.