update golang to 1.24.0 and disable swap files in neovim
This commit is contained in:
parent
7720d80408
commit
a12cfbcfb4
2 changed files with 2 additions and 1 deletions
chezmoi
|
@ -1,4 +1,4 @@
|
||||||
golang 1.23.1
|
golang 1.24.0
|
||||||
chezmoi 2.52.2
|
chezmoi 2.52.2
|
||||||
nodejs 18.19.0
|
nodejs 18.19.0
|
||||||
python 3.12.6
|
python 3.12.6
|
||||||
|
|
|
@ -52,6 +52,7 @@ now(function()
|
||||||
lazyredraw = true, -- make large file bearable
|
lazyredraw = true, -- make large file bearable
|
||||||
regexpengine = 1, -- make searching large files bearable
|
regexpengine = 1, -- make searching large files bearable
|
||||||
foldmethod = 'marker', -- fold by using the parenthesis tags
|
foldmethod = 'marker', -- fold by using the parenthesis tags
|
||||||
|
swapfile = false, -- disable swap files
|
||||||
}
|
}
|
||||||
|
|
||||||
for opt, val in pairs(opts) do
|
for opt, val in pairs(opts) do
|
||||||
|
|
Loading…
Reference in a new issue