.config/nvim/lua/kamu/options.lua aktualisiert
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user