Created
August 4, 2023 09:20
-
-
Save port19x/a594fe7c2699b022dff2534c1cd24a45 to your computer and use it in GitHub Desktop.
nvim main.go && go run . && go fmt && go vet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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