We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wrap
1 parent bce4540 commit 7f2ebdeCopy full SHA for 7f2ebde
lua/neo-tree/setup/deprecations.lua
@@ -15,7 +15,6 @@ M.show_migrations = function()
15
local buf = vim.api.nvim_create_buf(false, true)
16
vim.api.nvim_buf_set_lines(buf, 0, -1, false, content)
17
vim.api.nvim_buf_set_option(buf, "buftype", "nofile")
18
- vim.api.nvim_buf_set_option(buf, "wrap", true)
19
vim.api.nvim_buf_set_option(buf, "bufhidden", "wipe")
20
vim.api.nvim_buf_set_option(buf, "buflisted", false)
21
vim.api.nvim_buf_set_option(buf, "swapfile", false)
0 commit comments