From a15feb80e90498337404a89e524482b12b231da6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 31 Dec 2024 21:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-31 21:30:02 --- .config/nvim/after/ftplugin/go.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/after/ftplugin/go.lua diff --git a/.config/nvim/after/ftplugin/go.lua b/.config/nvim/after/ftplugin/go.lua new file mode 100644 index 00000000..9b2968e5 --- /dev/null +++ b/.config/nvim/after/ftplugin/go.lua @@ -0,0 +1 @@ +vim.b.spell = false