use wayland clipboard
This commit is contained in:
parent
efed310e97
commit
2dda5b3f0a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ vim.o.autoindent = true
|
|||
vim.o.smartindent = true
|
||||
vim.o.number = true
|
||||
vim.o.mouse = 'a'
|
||||
vim.o.clipboard = 'unnamedplus'
|
||||
-- this is default in neovim
|
||||
-- vim.cmd('filetype plugin indent on')
|
||||
-- vim.cmd('syntax on')
|
||||
|
|
Loading…
Add table
Reference in a new issue