Compare commits

..

No commits in common. "b5aad148d3b865bea9de22ff863429ca5c9fdb89" and "f12e5cf696ba9d7bc53b1258be8a4b41c7bcb05a" have entirely different histories.

2 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

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