nvim config updated
This commit is contained in:
@@ -1,29 +1,10 @@
|
||||
return {
|
||||
'folke/zen-mode.nvim',
|
||||
config = {
|
||||
window = {
|
||||
backdrop = 1,
|
||||
width = 80,
|
||||
height = .9,
|
||||
options = {
|
||||
signcolumn = "no",
|
||||
number = false,
|
||||
relativenumber = false,
|
||||
cursorline = false,
|
||||
cursorcolumn = false,
|
||||
foldcolumn = "0",
|
||||
list = false,
|
||||
}
|
||||
},
|
||||
opts = {
|
||||
alacritty = {
|
||||
enabled = true,
|
||||
font = "13",
|
||||
},
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ '<leader>fg', '<cmd>ZenMode<cr>', desc = 'Zen Mode' },
|
||||
},
|
||||
{
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user