8ec80d78f5
BREAKING: require neovim v0.5+ to work!!! migrate neovim configuration to lua
9 lines
216 B
VimL
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>
|