diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-11-21 16:21:30 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-11-21 16:21:30 -0500 |
| commit | 9b696e497eb231c50732e63913e687c562d8e399 (patch) | |
| tree | 782282d537b11a86ebfa93c27c06e37fb526e662 /nvim/ftplugin/go.lua | |
| parent | dfaeabded3d75b29c6e60d7ba9c388c767050c08 (diff) | |
nvim: add lsp.
Diffstat (limited to 'nvim/ftplugin/go.lua')
| -rw-r--r-- | nvim/ftplugin/go.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/ftplugin/go.lua b/nvim/ftplugin/go.lua new file mode 100644 index 0000000..7942862 --- /dev/null +++ b/nvim/ftplugin/go.lua @@ -0,0 +1 @@ +vim.o.makeprg = 'go build' |
