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
-5
View File
@@ -1,5 +0,0 @@
return {
'vyfor/cord.nvim',
build = ':Cord update',
-- opts = {}
}
+1
View File
@@ -5,5 +5,6 @@ return {
config = function ()
background = "soft"
ui_contrast = "low"
transparent = true
end
}
+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
},
}
}
+18
View File
@@ -0,0 +1,18 @@
return {
'brianhuster/live-preview.nvim',
dependencies = {
-- You can choose one of the following pickers
'nvim-telescope/telescope.nvim',
'ibhagwan/fzf-lua',
'echasnovski/mini.pick',
'folke/snacks.nvim',
},
keys = {
{
"<leader>sl",
"<cmd>LivePreview start<cr>",
desc = "Start Live Preview"
}
},
opts = {}
}
+8
View File
@@ -0,0 +1,8 @@
return {
"folke/twilight.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
-8
View File
@@ -1,8 +0,0 @@
return {
"folke/zen-mode.nvim",
opts = {
window = {
backdrop = 0.5
}
}
}