diff options
author | tdback <tyler@tdback.net> | 2024-12-04 18:48:24 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2024-12-04 18:48:24 -0500 |
commit | 3b2163b821f4dbf1003804b9b19fd276dc4bc350 (patch) | |
tree | 809a679142eae8e7d3b4d2b3cf1426416883a7f9 /after/ftplugin/go.lua |
initial commit to new repo
Diffstat (limited to 'after/ftplugin/go.lua')
-rw-r--r-- | after/ftplugin/go.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/go.lua b/after/ftplugin/go.lua new file mode 100644 index 0000000..753f08f --- /dev/null +++ b/after/ftplugin/go.lua @@ -0,0 +1,3 @@ +vim.opt_local.shiftwidth = 4 +vim.opt_local.tabstop = 4 +vim.opt_local.expandtab = false |