new localization for vim plugins
This commit is contained in:
parent
145965450e
commit
c67b088a41
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user