added nvim
This commit is contained in:
parent
02fe17d9a1
commit
975099489a
34 changed files with 1523 additions and 0 deletions
24
.config/nvim/lua/plugins/zen-mode.lua
Normal file
24
.config/nvim/lua/plugins/zen-mode.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
options = {
|
||||
signcolumn = "no",
|
||||
-- number = false,
|
||||
-- relativenumber = false,
|
||||
-- cursorline = false,
|
||||
foldcolumn = "0",
|
||||
list = false,
|
||||
},
|
||||
},
|
||||
plugins = {
|
||||
options = {},
|
||||
twilight = { enabled = false },
|
||||
kitty = {
|
||||
enabled = false,
|
||||
-- enabled = true,
|
||||
font = "+4",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue