Compare commits
2 commits
87a6044f29
...
5b2a2b4dff
Author | SHA1 | Date | |
---|---|---|---|
5b2a2b4dff | |||
dbc4424893 |
3 changed files with 66 additions and 62 deletions
|
@ -1,5 +1,6 @@
|
||||||
HOME = os.getenv("HOME")
|
HOME = os.getenv("HOME")
|
||||||
|
|
||||||
|
if not vim.g.vscode then
|
||||||
-- Configure the clipboard to access the "+ and "* registers
|
-- Configure the clipboard to access the "+ and "* registers
|
||||||
-- N.B. JavaScript copy buttons on the web do not necessarily work as expected
|
-- N.B. JavaScript copy buttons on the web do not necessarily work as expected
|
||||||
vim.opt.clipboard = "unnamedplus,unnamed"
|
vim.opt.clipboard = "unnamedplus,unnamed"
|
||||||
|
@ -77,6 +78,7 @@ vim.api.nvim_create_autocmd(
|
||||||
command = "set nonumber"
|
command = "set nonumber"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
end
|
||||||
|
|
||||||
-- lazy.nvim
|
-- lazy.nvim
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
2
nvim/lua/plugins.lua
Normal file
2
nvim/lua/plugins.lua
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
return {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue