update golang to 1.24.0 and disable swap files in neovim

This commit is contained in:
Tony Blyler 2025-03-21 09:10:03 -04:00
parent 7720d80408
commit a12cfbcfb4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions
chezmoi
dot_tool-versions
private_dot_config/nvim

View file

@ -1,4 +1,4 @@
golang 1.23.1
golang 1.24.0
chezmoi 2.52.2
nodejs 18.19.0
python 3.12.6

View file

@ -52,6 +52,7 @@ now(function()
lazyredraw = true, -- make large file bearable
regexpengine = 1, -- make searching large files bearable
foldmethod = 'marker', -- fold by using the parenthesis tags
swapfile = false, -- disable swap files
}
for opt, val in pairs(opts) do