add zen mode + twilight for writing
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"folke/twilight.nvim",
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
return {
|
||||||
|
"folke/zen-mode.nvim",
|
||||||
|
opts = {
|
||||||
|
window = { signcolumn = true },
|
||||||
|
plugins = {
|
||||||
|
options = { enabled = true },
|
||||||
|
twilight = { enabled = true },
|
||||||
|
gitsigns = { enabled = true },
|
||||||
|
tmux = { enabled = true },
|
||||||
|
todo = { enabled = true },
|
||||||
|
alacritty = {
|
||||||
|
enabled = true,
|
||||||
|
font = "16",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user