master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 404ce56cb5 - Show all commits

View File

@@ -206,8 +206,8 @@ return {
vim.api.nvim_create_autocmd('User', {
pattern = 'TelescopePreviewerLoaded',
callback = function()
vim.api.nvim_win_set_option(0, "wrap", true)
vim.api.nvim_win_set_option(0, "number", true)
vim.api.nvim_win_set_option(0, 'wrap', true)
vim.api.nvim_win_set_option(0, 'number', true)
end,
})
if vim.loop.os_uname().sysname == 'Windows_NT' then