Removed commented entries in .vimrc and setup .gitignore to ignore
plugins and private dictionary
This commit is contained in:
0
.gitignore → .vim/.gitignore
vendored
0
.gitignore → .vim/.gitignore
vendored
Submodule .vim/plugged/syntastic deleted from 08adf11e81
Submodule .vim/plugged/tabular deleted from 00e1e7fcdb
Submodule .vim/plugged/vim-colorschemes deleted from eab315701f
Submodule .vim/plugged/vim-commentary deleted from 89f43af186
Submodule .vim/plugged/vim-mucomplete deleted from 8e1ddf51f4
Submodule .vim/plugged/vim-pandoc-syntax deleted from 56e8e41ef8
Submodule .vim/plugged/vim-polyglot deleted from 27903c5b86
Submodule .vim/plugged/vim-sensible deleted from 49ee364222
@@ -1,51 +0,0 @@
|
|||||||
Hadoop
|
|
||||||
MapReduce
|
|
||||||
HDFS
|
|
||||||
HQL
|
|
||||||
ODBC
|
|
||||||
PHP
|
|
||||||
etc
|
|
||||||
java
|
|
||||||
Offline
|
|
||||||
SQL
|
|
||||||
i.e.
|
|
||||||
sqoop
|
|
||||||
offline
|
|
||||||
Cuyahoga
|
|
||||||
Ubuntu
|
|
||||||
Debian
|
|
||||||
CentOS
|
|
||||||
online
|
|
||||||
Dialogue
|
|
||||||
Pantek
|
|
||||||
szechuan
|
|
||||||
IRC
|
|
||||||
Facebook
|
|
||||||
Royalton
|
|
||||||
Hadoop
|
|
||||||
MapReduce
|
|
||||||
HDFS
|
|
||||||
HQL
|
|
||||||
ODBC
|
|
||||||
PHP
|
|
||||||
etc
|
|
||||||
java
|
|
||||||
Offline
|
|
||||||
SQL
|
|
||||||
i.e.
|
|
||||||
sqoop
|
|
||||||
offline
|
|
||||||
Cuyahoga
|
|
||||||
Ubuntu
|
|
||||||
Debian
|
|
||||||
CentOS
|
|
||||||
online
|
|
||||||
Dialogue
|
|
||||||
Pantek
|
|
||||||
szechuan
|
|
||||||
IRC
|
|
||||||
Facebook
|
|
||||||
Royalton
|
|
||||||
blogspot
|
|
||||||
http
|
|
||||||
dotfiles
|
|
||||||
Binary file not shown.
10
.vimrc
10
.vimrc
@@ -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 autoread " set to auto read when a file is changed from the outside
|
||||||
set cursorcolumn " highlight current column
|
set cursorcolumn " highlight current column
|
||||||
set cursorline " highlight current row
|
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 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
|
set showmatch " show matching brackets when text indicator is over them
|
||||||
|
|
||||||
|
|
||||||
" ----------------------------------------------------------------------------------------------------
|
" ----------------------------------------------------------------------------------------------------
|
||||||
" From Vim Zero: https://www.oliversherouse.com/2017/08/21/vim_zero.html
|
" From Vim Zero: https://www.oliversherouse.com/2017/08/21/vim_zero.html
|
||||||
" Built-In Functionality
|
|
||||||
" General
|
" General
|
||||||
let mapleader = ','
|
let mapleader = ','
|
||||||
|
|
||||||
@@ -74,14 +69,9 @@ Plug 'flazz/vim-colorschemes'
|
|||||||
""" General Functionality
|
""" General Functionality
|
||||||
Plug 'lifepillar/vim-mucomplete'
|
Plug 'lifepillar/vim-mucomplete'
|
||||||
Plug 'scrooloose/syntastic'
|
Plug 'scrooloose/syntastic'
|
||||||
"Plug 'sirver/ultisnips'
|
|
||||||
"Plug 'honza/vim-snippets'
|
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
"Plug 'chiel92/vim-autoformat'
|
|
||||||
|
|
||||||
""" Particular Functionality
|
""" Particular Functionality
|
||||||
"Plug 'junegunn/goyo.vim'
|
|
||||||
"Plug 'junegunn/limelight.vim'
|
|
||||||
Plug 'vim-pandoc/vim-pandoc-syntax'
|
Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user