mod (nvim): set clipboard
This commit is contained in:
parent
4a9e83424f
commit
78555ac182
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ vim.opt.relativenumber = false
|
||||||
|
|
||||||
-- Tab
|
-- Tab
|
||||||
|
|
||||||
|
-- Clipboard
|
||||||
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|
||||||
-- Colors
|
-- Colors
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
vim.cmd.colorscheme("sonokai")
|
vim.cmd.colorscheme("sonokai")
|
||||||
|
|
Loading…
Reference in a new issue