mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
OSYank
This commit is contained in:
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,
|
||||
})
|
||||
Reference in New Issue
Block a user