this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wrap qf list

+1 -1
+1 -1
nvim/lua/config/base.lua
··· 19 19 -- Disable wrapping, except for buffers of certain filetype 20 20 vim.opt.wrap = false 21 21 vim.api.nvim_create_autocmd({ "FileType" }, { 22 - pattern = { "markdown", "gitlab", "aichat", "" }, 22 + pattern = { "markdown", "gitlab", "aichat", "qf", "" }, 23 23 callback = function() 24 24 vim.opt_local.wrap = true 25 25 vim.opt_local.linebreak = true