Update nvim & sway
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
return {
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
config = function()
|
||||
local dap = require('dap')
|
||||
@@ -29,4 +30,12 @@ return {
|
||||
vim.keymap.set("n", "<leader>dx", ":DapTerminate<CR>")
|
||||
vim.keymap.set("n", "<leader>do", ":DapStepOver<CR>")
|
||||
end
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
"nvim-neotest/nvim-nio"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -220,6 +220,7 @@ for_window [title="Unity"] no_focus, move position 400 400
|
||||
for_window [class="Unity" title="Project Settings"] floating enable
|
||||
for_window [class="Unity" title=".*\.AnnotationWindow"] floating enable
|
||||
for_window [class="Unity" title="Color"] floating enable
|
||||
for_window [app_id="Bitwarden"] floating enable
|
||||
|
||||
assign [class="Unity"] workspace number 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user