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
|
||||
|
||||
-- Clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
-- Colors
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme("sonokai")
|
||||
|
|
Loading…
Reference in a new issue