Merge branch 'master' into maven-ai

This commit is contained in:
Raoul Branten 2025-05-19 14:28:06 +02:00
commit b5aad148d3
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'