From e1ad91cd711f3da53350cac469068b6c3098fc2f Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 28 May 2023 23:57:16 +0200 Subject: Add filetype plugin for markdown --- after/ftplugin/markdown.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/markdown.lua (limited to 'after/ftplugin') diff --git a/after/ftplugin/markdown.lua b/after/ftplugin/markdown.lua new file mode 100644 index 0000000..ec30702 --- /dev/null +++ b/after/ftplugin/markdown.lua @@ -0,0 +1,2 @@ +vim.opt.softtabstop = 2 -- Tab key indents by 2 spaces. +vim.opt.shiftwidth = 2 -- >> indents by 2 spaces. -- cgit v1.2.3