new localization for vim plugins

This commit is contained in:
Bartek Stalewski 2016-06-14 13:49:11 +02:00
parent 145965450e
commit c67b088a41
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# cleaning # cleaning
rm -rf ~/.dotfiles ~/.zsh ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.gitignore ~/.tmux.conf rm -rf ~/.dotfiles ~/.zsh ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.config/vim-plugins ~/.gitignore ~/.tmux.conf
# repos # repos
if [ `whoami` = "f" ]; then if [ `whoami` = "f" ]; then

View File

@ -44,14 +44,11 @@ map <leader>pl <Esc>:setlocal spell spelllang=pl<CR>
map <leader>en <Esc>:setlocal spell spelllang=en_gb<CR> map <leader>en <Esc>:setlocal spell spelllang=en_gb<CR>
map <leader>p <Esc>:set paste!<CR> map <leader>p <Esc>:set paste!<CR>
"nnoremap n nzzzv
"nnoremap N Nzzzv¬
au BufRead,BufNewFile *.pp au BufRead,BufNewFile *.pp
\ set filetype=puppet \ set filetype=puppet
filetype plugin indent on filetype plugin indent on
call plug#begin('~/.config/nvim/plugins') call plug#begin('~/.config/vim-plugins')
Plug 'ctrlpvim/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
Plug 'rodjek/vim-puppet' Plug 'rodjek/vim-puppet'
Plug 'godlygeek/tabular' Plug 'godlygeek/tabular'