Move ftplugin directory, add nvim-r plugin

This commit is contained in:
Riyyi
2018-10-16 22:24:32 +02:00
parent 34879bebec
commit 0e60de8c09
5 changed files with 20 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
setlocal colorcolumn=81
+1
View File
@@ -0,0 +1 @@
setlocal colorcolumn=81
+16
View File
@@ -0,0 +1,16 @@
" General
setlocal cmdheight=1
setlocal colorcolumn=81
setlocal textwidth=80
" Document structuring
nnoremap ;be i\begin{(<>)}<Return><Tab><Return>\end{(<>)}<Esc>kk^
" Text formatting
inoremap ;b \textbf{}(<>)<Esc>T{i
inoremap ;i \textit{}(<>)<Esc>T{i
inoremap ;u \underline{}(<>)<Esc>T{i
inoremap ;e \emph{}(<>)<Esc>T{i
" Next section
noremap <silent> .. <Esc>/(<>)<Enter>"_c4l