Compare commits
3 Commits
f12e5cf696
...
b5aad148d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5aad148d3 | ||
|
|
fa0b59a67a | ||
|
|
2a238d1d3f |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lazy-lock.json
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user