parent
a0fdb55b6c
commit
020acaf02a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue