summaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-11-21 16:21:30 -0500
committerJake Koroman <jake@jakekoroman.com>2025-11-21 16:21:30 -0500
commit9b696e497eb231c50732e63913e687c562d8e399 (patch)
tree782282d537b11a86ebfa93c27c06e37fb526e662 /nvim/ftplugin
parentdfaeabded3d75b29c6e60d7ba9c388c767050c08 (diff)
nvim: add lsp.
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/go.lua1
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'