Cleaned printf statements in setup-vim.sh
This commit is contained in:
22
scripts/config-vim/backup/.vimrc
Normal file
22
scripts/config-vim/backup/.vimrc
Normal file
@@ -0,0 +1,22 @@
|
||||
" Single-quote is a comment written to be read
|
||||
" Double-quotes ("") are commented out code and can be removed or added
|
||||
|
||||
" Set tabwidth=2, adjust Vim shiftwidth to the same
|
||||
set tabstop=2 shiftwidth=2
|
||||
|
||||
" expandtab inserts spaces instead of tabs
|
||||
set expandtab
|
||||
|
||||
" autindent inserts the next line at your current depth
|
||||
set autoindent
|
||||
|
||||
" mouse=a allows for mouse interaction with vim when supported
|
||||
set mouse=a
|
||||
|
||||
" Enable Syntax Highlighting in Vim
|
||||
syntax on
|
||||
|
||||
" Enable Pathogen plugin manager
|
||||
execute pathogen#infect()
|
||||
filetype plugin indent on
|
||||
|
||||
22
scripts/config-vim/backup/.vimrc~
Normal file
22
scripts/config-vim/backup/.vimrc~
Normal file
@@ -0,0 +1,22 @@
|
||||
" Single-quote is a comment written to be read
|
||||
" Double-quotes ("") are commented out code and can be removed or added
|
||||
|
||||
" Set tabwidth=2, adjust Vim shiftwidth to the same
|
||||
set tabstop=2 shiftwidth=2
|
||||
|
||||
" expandtab inserts spaces instead of tabs
|
||||
set expandtab
|
||||
|
||||
" autindent inserts the next line at your current depth
|
||||
set autoindent
|
||||
|
||||
" mouse=a allows for mouse interaction with vim when supported
|
||||
set mouse=a
|
||||
|
||||
" Enable Syntax Highlighting in Vim
|
||||
syntax on
|
||||
|
||||
" Enable Pathogen plugin manager
|
||||
execute pathogen#infect()
|
||||
filetype plugin indent on
|
||||
|
||||
Reference in New Issue
Block a user