Removed commented entries in .vimrc and setup .gitignore to ignore

plugins and private dictionary
This commit is contained in:
Chuck Hawley (chawley/shawshank)
2017-10-10 16:59:24 -04:00
parent 029cee5f7c
commit ea5ddbc053
12 changed files with 0 additions and 69 deletions

10
.vimrc
View File

@@ -8,17 +8,12 @@ autocmd! bufwritepost .vimrc source ~/.vimrc " When vimrc is edited, rel
set autoread " set to auto read when a file is changed from the outside
set cursorcolumn " highlight current column
set cursorline " highlight current row
"set encoding=utf-8
"set history=300 " how many lines of history to remember
set incsearch " make search act like search in modern browsers
"set lbr " smarter line breaks
"set magic " set magic on, for regular expressions
set showmatch " show matching brackets when text indicator is over them
" ----------------------------------------------------------------------------------------------------
" From Vim Zero: https://www.oliversherouse.com/2017/08/21/vim_zero.html
" Built-In Functionality
" General
let mapleader = ','
@@ -74,14 +69,9 @@ Plug 'flazz/vim-colorschemes'
""" General Functionality
Plug 'lifepillar/vim-mucomplete'
Plug 'scrooloose/syntastic'
"Plug 'sirver/ultisnips'
"Plug 'honza/vim-snippets'
Plug 'tpope/vim-commentary'
"Plug 'chiel92/vim-autoformat'
""" Particular Functionality
"Plug 'junegunn/goyo.vim'
"Plug 'junegunn/limelight.vim'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'godlygeek/tabular'