Skip to content

Commit

Permalink
ducks are for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Mar 14, 2024
1 parent cdaea10 commit 1742444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lua/misc/style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ M.animals = {
'🦔',
'🦓',
'🦒',
'🐭',
'🐿️',
'🐻',
'🦫',
}

return M
2 changes: 1 addition & 1 deletion lua/plugins/debugging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ return {
{
'rcarriga/nvim-dap-ui',
config = function()
vim.fn.sign_define('DapBreakpoint', { text = '🦦', texthl = '', linehl = '', numhl = '' })
vim.fn.sign_define('DapBreakpoint', { text = '🦆', texthl = '', linehl = '', numhl = '' })
require('dapui').setup()
end,
},
Expand Down

0 comments on commit 1742444

Please sign in to comment.