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/text.lua |
initial commit to new repo
Diffstat (limited to 'after/ftplugin/text.lua')
-rw-r--r-- | after/ftplugin/text.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/text.lua b/after/ftplugin/text.lua new file mode 100644 index 0000000..9e5828c --- /dev/null +++ b/after/ftplugin/text.lua @@ -0,0 +1,2 @@ +vim.opt_local.spell = true +vim.opt_local.textwidth = 79 |