Additional dotfiles

This commit is contained in:
2025-11-03 02:29:38 -06:00
parent 3d08f6f795
commit 9cc95f2f44
49 changed files with 95 additions and 1902 deletions
+16
View File
@@ -0,0 +1,16 @@
return {
"cdmill/focus.nvim",
cmd = { "Focus", "Zen", "Narrow" },
keys = {
{
"<A-z>",
"<cmd>Focus<cr>",
desc = "Toggle Focus Mode"
}
},
opts = {
window = {
backdrop = 0.0
},
}
}