From 367e2f17233b1c19238fd77fde33c379eb0814be Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 23 Apr 2026 11:04:19 +0200 Subject: Neovim: Umbrucheinstellungen geändert und Unterstützung für Markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/markdown.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/ftplugin/markdown.lua (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/markdown.lua b/nvim/ftplugin/markdown.lua new file mode 100644 index 0000000..5f07330 --- /dev/null +++ b/nvim/ftplugin/markdown.lua @@ -0,0 +1,3 @@ +local opt = vim.opt_local + +opt.wrap = true -- cgit v1.3