Compare commits

...

2 Commits

Author SHA1 Message Date
Raoul Branten
fa0b59a67a set clipbord 2025-05-19 14:27:25 +02:00
Raoul Branten
2a238d1d3f Add ignore lazy-lock 2025-05-19 14:27:02 +02:00
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
lazy-lock.json

View File

@ -39,3 +39,6 @@ vim.opt.smartcase = true
vim.opt.incsearch = true
vim.opt.hlsearch = true
vim.opt.wildignorecase = true
-- system clipboard
vim.opt.clipboard = 'unnamedplus'