Skip to content

Instantly share code, notes, and snippets.

@port19x
Created August 4, 2023 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save port19x/a594fe7c2699b022dff2534c1cd24a45 to your computer and use it in GitHub Desktop.
Save port19x/a594fe7c2699b022dff2534c1cd24a45 to your computer and use it in GitHub Desktop.
nvim main.go && go run . && go fmt && go vet
local set = vim.opt
set.number=true
set.relativenumber=true
set.shiftwidth=4
set.tabstop=4
set.softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment