add install and gitignore
This commit is contained in:
parent
f89c135ebc
commit
0074db17c5
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.vim
|
||||||
|
|
6
.install.sh
Normal file
6
.install.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
for f in 'ls'
|
||||||
|
do
|
||||||
|
echo "$f"
|
||||||
|
done
|
1
.vimrc
1
.vimrc
@ -89,6 +89,7 @@ Plug 'tpope/vim-commentary'
|
|||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
let NERDTreeShowHidden=1
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
let g:airline#extensions#syntastic#enabled = 1
|
let g:airline#extensions#syntastic#enabled = 1
|
||||||
let g:airline#extensions#syntastic#error_symbol = 'E:'
|
let g:airline#extensions#syntastic#error_symbol = 'E:'
|
||||||
|
Loading…
Reference in New Issue
Block a user