nvim: no clipboard sync
This commit is contained in:
parent
faaaf6cf84
commit
712769d7cd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ vim.o.autochdir = true
|
|||
vim.o.backupdir = "/home/dln/.local/share/nvim/backup/"
|
||||
vim.o.backup = true
|
||||
vim.g.netrw_dirhistmax = 0
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
-- vim.o.clipboard = "unnamedplus"
|
||||
vim.g.do_filetype_lua = 1
|
||||
vim.o.spell = false
|
||||
vim.o.spelllang = "en_us"
|
||||
|
|
Loading…
Reference in a new issue