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/private_dot_config/nvim
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue