From 429102fd1e7040e482a2f936e2daca1507c5df3b Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 12 Dec 2019 15:06:27 +0000 Subject: [PATCH] vim: Add RST; disable Elixir 'ip' map --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 5e86da5..1f6a5fe 100644 --- a/vimrc +++ b/vimrc @@ -35,6 +35,7 @@ call plug#begin('~/.vim/plugged') Plug 'ap/vim-css-color' Plug 'pangloss/vim-javascript' Plug 'othree/html5.vim' + Plug 'matthew-brett/vim-rst-sections' Plug 'elixir-editors/vim-elixir' Plug 'elzr/vim-json' @@ -64,7 +65,7 @@ endif augroup filetype_elixir autocmd! autocmd BufRead * imap ii IO.inspect( - autocmd BufRead * imap ip IO.puts( + " autocmd BufRead * imap ip IO.puts( augroup END augroup filetype_vue @@ -302,7 +303,7 @@ map :!man " Use fzf to find files map :Files map :Files -" map :Files =expand("%:p:h") +map :Files =expand("%:p:h") nnoremap m :FZFMru