OSYank
This commit is contained in:
parent
6bda505492
commit
707a02cab8
5 changed files with 46 additions and 22 deletions
6
lua/custom/settings.lua
Normal file
6
lua/custom/settings.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
vim.api.nvim_create_autocmd('User', {
|
||||
pattern = 'TelescopePreviewerLoaded',
|
||||
callback = function(args)
|
||||
vim.wo.wrap = true
|
||||
end,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue