This commit is contained in:
dla 2024-09-13 16:53:52 +07:00
parent 6bda505492
commit 707a02cab8
5 changed files with 46 additions and 22 deletions

6
lua/custom/settings.lua Normal file
View file

@ -0,0 +1,6 @@
vim.api.nvim_create_autocmd('User', {
pattern = 'TelescopePreviewerLoaded',
callback = function(args)
vim.wo.wrap = true
end,
})