This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/.old/nvim_0.4.4/after/ftplugin/text.vim
David JULIEN 8ec80d78f5 feat: use HEAD@neovim instead of arch package
BREAKING: require neovim v0.5+ to work!!!

migrate neovim configuration to lua
2021-05-19 11:56:12 +02:00

9 lines
216 B
VimL

" Author : swytch
" Created : 06/05/2020
" License : GPLv3
" Description : text filetype config
setlocal spell spelllang=fr,en_us
set expandtab
noremap <leader><Enter> :w! \| :!sent % &<CR><CR>