porzadki w modulach

This commit is contained in:
Bartek Stalewski 2016-06-09 13:56:47 +02:00
parent e67eb45a38
commit 5280198a4e
4 changed files with 17 additions and 25 deletions

33
.gitmodules vendored
View File

@ -4,30 +4,27 @@
[submodule "vim/bundle/vim-airline"] [submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-bad-whitespace"] [submodule "vim/bundle/vim-bad-whitespace"]
path = vim/bundle/vim-bad-whitespace path = vim/bundle/vim-bad-whitespace
url = https://github.com/bitc/vim-bad-whitespace url = https://github.com/bitc/vim-bad-whitespace
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/bundle/tabular"] [submodule "vim/bundle/tabular"]
path = vim/bundle/tabular path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/ctrlp.vim"] [submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git

@ -1 +0,0 @@
Subproject commit 15445be5fb2559829ac7a1f05af5d713586e8ec9

@ -1 +1 @@
Subproject commit 13bad30d4ee3892cae755c83433ee85fbc96d028 Subproject commit 796478723c01a275269b96f63ee5cd5b44a342f4

View File

@ -57,13 +57,9 @@ au BufRead,BufNewFile *.pp
\ set filetype=puppet \ set filetype=puppet
filetype plugin indent on filetype plugin indent on
exec "set listchars=tab:\uBB\uBB,trail:\uB7,nbsp:~" let g:airline_theme = 'powerlineish'
set list
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
let g:airline_theme='powerlineish'
let g:airline#extensions#tabline#left_sep = '' let g:airline#extensions#tabline#left_sep = ''
let g:airline#extensions#tabline#left_alt_sep = '' let g:airline#extensions#tabline#left_alt_sep = ''
let g:airline#extensions#tabline#right_sep = '' let g:airline#extensions#tabline#right_sep = ''