new localization for vim plugins
This commit is contained in:
parent
145965450e
commit
c67b088a41
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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
|
||||
if [ `whoami` = "f" ]; then
|
||||
|
@ -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>p <Esc>:set paste!<CR>
|
||||
|
||||
"nnoremap n nzzzv
|
||||
"nnoremap N Nzzzv¬
|
||||
|
||||
au BufRead,BufNewFile *.pp
|
||||
\ set filetype=puppet
|
||||
filetype plugin indent on
|
||||
|
||||
call plug#begin('~/.config/nvim/plugins')
|
||||
call plug#begin('~/.config/vim-plugins')
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'rodjek/vim-puppet'
|
||||
Plug 'godlygeek/tabular'
|
||||
|
Loading…
Reference in New Issue
Block a user