From 0506dee67716fc7e978fc0047004de1230272754 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Wed, 10 Mar 2021 10:25:52 +0100 Subject: [PATCH] feat: add sent piping + fix description --- .config/nvim/after/ftplugin/text.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/nvim/after/ftplugin/text.vim b/.config/nvim/after/ftplugin/text.vim index d7639bd..eee20d4 100644 --- a/.config/nvim/after/ftplugin/text.vim +++ b/.config/nvim/after/ftplugin/text.vim @@ -1,6 +1,8 @@ " Author : swytch " Created : 06/05/2020 " License : GPLv3 -" Description : vim filetype config +" Description : text filetype config setlocal spell spelllang=fr,en_us +set expandtab +noremap :w! \| :!sent % &