diff --git a/.config/nvim/after/ftplugin/groff.vim b/.config/nvim/after/ftplugin/groff.vim index 8e9c837..d50ccfe 100644 --- a/.config/nvim/after/ftplugin/groff.vim +++ b/.config/nvim/after/ftplugin/groff.vim @@ -1,5 +1,7 @@ -" groff filetype config -" Licence MIT +" Author : swytch +" Created : 06/05/2020 +" License : MIT +" Description : groff filetype config inoremap à \[`a] inoremap 'A \[`A] @@ -20,9 +22,9 @@ inoremap ô \[^o] inoremap Ô \[^O] inoremap û \[^u] inoremap ù \[`u] -" Espace insécable devant etc +" Unbreakable space before 'etc' inoremap etc \~etc. -" Espace insécable devant ':' +" Unbreakable space before ':' inoremap : \~: " Centered point inoremap .. \[u00B7] diff --git a/.config/nvim/after/ftplugin/python.vim b/.config/nvim/after/ftplugin/python.vim index 4bb7044..24b9fa6 100644 --- a/.config/nvim/after/ftplugin/python.vim +++ b/.config/nvim/after/ftplugin/python.vim @@ -1,9 +1,11 @@ -" python filetype config -" Licence MIT +" Author : swytch +" Created : 06/05/2020 +" License : MIT +" Description : python filetype config -" proper PEP 8 indentation +" PEP8 set tabstop=4 set softtabstop=4 set shiftwidth=4 -set textwidth=79 +set textwidth=80 set expandtab diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index 3a46e47..a4d628b 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim @@ -1,9 +1,15 @@ -" tex filetype config -" Licence MIT +" Author : swytch +" Created : 06/05/2020 +" License : MIT +" Description : tex filetype config " spellcheck enabled setlocal spell spelllang=fr +" Caps +inoremap AA À +inoremap CC Ç +inoremap EE É " Unbreakable space before 'etc' inoremap etc \,etc. " Unbreakable space before ':' @@ -20,8 +26,3 @@ inoremap BB \textbf{}i inoremap BI \textit{\textbf{}}hi " Smallcaps inoremap SC \fsc{}i - -" Caps -inoremap AA À -inoremap CC Ç -inoremap EE É diff --git a/.config/nvim/after/ftplugin/text.vim b/.config/nvim/after/ftplugin/text.vim index de34423..30c5508 100644 --- a/.config/nvim/after/ftplugin/text.vim +++ b/.config/nvim/after/ftplugin/text.vim @@ -1,4 +1,6 @@ -" vim filetype config -" Licence MIT +" Author : swytch +" Created : 06/05/2020 +" License : MIT +" Description : vim filetype config setlocal spell spelllang=fr,en_us diff --git a/.config/nvim/after/ftplugin/verilog.vim b/.config/nvim/after/ftplugin/verilog.vim index 0ce3a1c..eb0e582 100644 --- a/.config/nvim/after/ftplugin/verilog.vim +++ b/.config/nvim/after/ftplugin/verilog.vim @@ -1,4 +1,6 @@ -" verilog fietype config -" Licence MIT +" Author : swytch +" Created : 06/05/2020 +" License : MIT +" Description : verilog fietype config noremap :w! \| :CoqRunToCursor