This commit is contained in:
TheK4n 2022-06-28 15:46:38 +03:00
parent 3a798a988d
commit 8f5b9e732a
2 changed files with 1 additions and 6 deletions

View File

@ -35,7 +35,7 @@ alacritty:
ln -s $(PWD)/sub/alacritty/alacritty.yml ~/.config/alacritty/
vim:
echo "sudo pacman -S npm; mkdir ~/.npm-global; npm config set prefix '~/.npm-global'; npm install -g pyright"
echo "sudo pacman -S npm ctags; mkdir ~/.npm-global; npm config set prefix '~/.npm-global'; npm install -g pyright"
echo "set editing-mode vi" >> ~/.inputrc
test -d ~/.vim || \
ln -s $(PWD)/sub/vim ~/.vim

View File

@ -84,7 +84,6 @@ call vundle#begin()
Plugin 'tpope/vim-commentary'
Plugin 'ap/vim-css-color'
Plugin 'terryma/vim-multiple-cursors'
" pacman -S ctags
Plugin 'preservim/tagbar'
Plugin 'preservim/vimux'
Plugin 'francoiscabrol/ranger.vim'
@ -116,10 +115,6 @@ nnoremap <silent> <special> <F10> :!python3 % <CR>
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,match,case
" nerdtree
" Ctrl + w l|h - change window
nnoremap <silent> <special> <F3> :Ranger <CR>