Fixed neovim completion

This commit is contained in:
Ceferino Patino 2024-07-30 11:45:32 -05:00
commit 1f33a8d61a
No known key found for this signature in database
7 changed files with 36 additions and 31 deletions

View file

@ -1,12 +1,12 @@
local set = vim.keymap.set
require("zen-mode").setup({
window = {
width = 150,
options = {}
},
})
set("n", "<leader>zz", function()
require("zen-mode").setup({
window = {
width = 150,
options = {}
},
})
require("zen-mode").toggle()
vim.wo.wrap = false