Merge branch 'master' of github.com:roodletoof/neovim-config
This commit is contained in:
@@ -362,10 +362,12 @@ require'lazy'.setup{ --{{{1
|
|||||||
config = function ()
|
config = function ()
|
||||||
local zen_mode = require'zen-mode'
|
local zen_mode = require'zen-mode'
|
||||||
zen_mode.setup{}
|
zen_mode.setup{}
|
||||||
|
|
||||||
vim.keymap.set(
|
vim.keymap.set(
|
||||||
'n',
|
'n',
|
||||||
',z',
|
',z',
|
||||||
function()
|
function()
|
||||||
|
vim.cmd'silent! mkview'
|
||||||
zen_mode.toggle{
|
zen_mode.toggle{
|
||||||
window = {
|
window = {
|
||||||
width = 80,
|
width = 80,
|
||||||
@@ -378,6 +380,7 @@ require'lazy'.setup{ --{{{1
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
vim.cmd'silent! loadview'
|
||||||
end,
|
end,
|
||||||
{ silent = true }
|
{ silent = true }
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user