From b56b0d3ca316395a903ed1c7a040bda0ae321c36 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Wed, 11 Dec 2024 13:58:21 +0100 Subject: fresh start --- nvim/after/ftplugin/markdown.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nvim/after/ftplugin/markdown.lua (limited to 'nvim/after/ftplugin/markdown.lua') diff --git a/nvim/after/ftplugin/markdown.lua b/nvim/after/ftplugin/markdown.lua new file mode 100644 index 0000000..7b75a27 --- /dev/null +++ b/nvim/after/ftplugin/markdown.lua @@ -0,0 +1,2 @@ +vim.opt.wrap = true +vim.opt.linebreak = true -- cgit v1.2.3