parent
a0fdb55b6c
commit
020acaf02a
|
@ -19,7 +19,7 @@ vim.opt.expandtab = true
|
||||||
vim.opt.breakindent = true
|
vim.opt.breakindent = true
|
||||||
|
|
||||||
-- Clipboard support
|
-- Clipboard support
|
||||||
vim.opt.clipboard:append({ "unnamedplus" })
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|
||||||
-- Truecolor
|
-- Truecolor
|
||||||
if vim.env.COLORTERM == "truecolor" then
|
if vim.env.COLORTERM == "truecolor" then
|
||||||
|
|
Loading…
Reference in New Issue