Compare commits

..

No commits in common. "fa0b59a67af266594b441db1f8b75cfcebdf40ad" and "f019d65aced8c95222e0c7097b23e2f2203c50e4" 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'