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 % &