Additional dotfiles
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
return {
|
||||
'vyfor/cord.nvim',
|
||||
build = ':Cord update',
|
||||
-- opts = {}
|
||||
}
|
||||
@@ -5,5 +5,6 @@ return {
|
||||
config = function ()
|
||||
background = "soft"
|
||||
ui_contrast = "low"
|
||||
transparent = true
|
||||
end
|
||||
}
|
||||
|
||||
@@ -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
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -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 = {}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
backdrop = 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user