Arch WSL fixes

This commit is contained in:
cool-mist
2024-02-16 15:23:47 +05:30
parent d2be40c2c0
commit c03658f01d
2 changed files with 28 additions and 2 deletions
+13
View File
@@ -12,6 +12,19 @@ O.shiftwidth=2
O.expandtab=true
O.preserveindent=true
O.termguicolors=true
-- If running on WSL + Arch, uncomment this for faster startup
-- V.g.clipboard = {
-- name = 'win32yank',
-- copy = {
-- ["+"] = 'win32yank.exe -i --crlf',
-- ["*"] = 'win32yank.exe -i --crlf',
-- },
-- paste = {
-- ["+"] = 'win32yank.exe -o --lf',
-- ["*"] = 'win32yank.exe -o --lf',
-- },
-- cache_enabled = 0,
--}
O.clipboard='unnamedplus'
V.cmd("colorscheme habamax")