Fixed neovim completion
This commit is contained in:
parent
cdec28839b
commit
1f33a8d61a
7 changed files with 36 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue