Update README.md (#289)

lazy.nvim installation code was broken
pull/290/head
Alejandro Bernal 1 year ago committed by GitHub
parent 1b3d21a184
commit 1ed12d0800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ use 'nvim-treesitter/nvim-treesitter'
end, end,
event = {"CmdlineEnter"}, event = {"CmdlineEnter"},
ft = {"go", 'gomod'}, ft = {"go", 'gomod'},
build = ':lua require('go.install').update_all_sync()' -- if you need to install/update all binaries build = ':lua require("go.install").update_all_sync()' -- if you need to install/update all binaries
} }
``` ```

Loading…
Cancel
Save