this repo has no description
0
fork

Configure Feed

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

remove trouble and avante from ft pattern

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