.config/nvim/lua/kamu/options.lua aktualisiert

This commit is contained in:
2024-03-30 06:47:17 +01:00
parent dfd598f066
commit 21c5164c3d

View File

@@ -15,6 +15,22 @@ if in_wsl then
} }
end end
-- if in_wsl then
-- vim.g.clipboard = {
-- name = 'WslClipboard',
-- copy = {
-- ['+'] = 'clip.exe',
-- ['*'] = 'clip.exe',
-- },
-- paste = {
-- ['+'] = 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace("`r", ""))',
-- ['*'] = 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace("`r", ""))',
-- },
-- cache_enabled = false,
-- }
-- end
local options = { local options = {
autoindent = true, autoindent = true,
smartindent = true, smartindent = true,