Compare commits

..

No commits in common. "5b2a2b4dff89dee6a1fce1a4c3427c649ef8ce49" and "87a6044f29873e678072cd777812e63992c1fee0" have entirely different histories.

3 changed files with 62 additions and 66 deletions

View file

@ -1,6 +1,5 @@
HOME = os.getenv("HOME")
if not vim.g.vscode then
-- Configure the clipboard to access the "+ and "* registers
-- N.B. JavaScript copy buttons on the web do not necessarily work as expected
vim.opt.clipboard = "unnamedplus,unnamed"
@ -78,7 +77,6 @@ if not vim.g.vscode then
command = "set nonumber"
}
)
end
-- lazy.nvim
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"

View file

@ -1,2 +0,0 @@
return {
}