From 1c01eac12bad64ff030de911a9d226637b5e4936 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 14 Jul 2024 22:21:51 +0200 Subject: Neovim-Settings für markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/markdown.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nvim/ftplugin/markdown.vim (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/markdown.vim b/nvim/ftplugin/markdown.vim new file mode 100644 index 0000000..81749e5 --- /dev/null +++ b/nvim/ftplugin/markdown.vim @@ -0,0 +1,2 @@ +setlocal wrap +setlocal linebreak -- cgit v1.3