sudo pacman -Syu 2023-04-03 01:35:22 +07:00
parent a0fdb55b6c
commit 020acaf02a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ vim.opt.expandtab = true
vim.opt.breakindent = true
-- Clipboard support
vim.opt.clipboard:append({ "unnamedplus" })
vim.opt.clipboard = "unnamedplus"
-- Truecolor
if vim.env.COLORTERM == "truecolor" then