Update dot files for neovim

This commit is contained in:
Joey Payne 2019-02-25 12:14:54 -07:00
commit 805ff97a2c
7 changed files with 297 additions and 4 deletions

4
.vimrc
View file

@ -4,6 +4,7 @@ map <ESC>[1;5C <C-Right>
map <ESC>[1;5D <C-Left>
let mapleader = "\<Space>"
let maplocalleader = "\<Space>"
let g:syntastic_c_compiler_options = "-std=c99"
@ -252,7 +253,6 @@ Plug 'jistr/vim-nerdtree-tabs'
Plug 'mustache/vim-mustache-handlebars'
Plug 'vim-scripts/errormarker.vim'
Plug 'elixir-lang/vim-elixir'
Plug 'dag/vim-fish'
Plug 'jreybert/vim-largefile'
Plug 'sbdchd/neoformat'
Plug 'tpope/vim-obsession'
@ -266,7 +266,7 @@ Plug 'morhetz/gruvbox'
Plug 'tpope/vim-commentary'
Plug 'chriskempson/base16-vim'
Plug 'w0rp/ale'
Plug 'kien/ctrlp.vim'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'udalov/kotlin-vim'
Plug 'ervandew/supertab'
Plug 'simnalamburt/vim-mundo'