From 8f5b9e732a71b548bbb3ffdff50666a70c2c9e33 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Tue, 28 Jun 2022 15:46:38 +0300 Subject: [PATCH] ref --- Makefile | 2 +- sub/vim/vimrc | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 6f7c33b..ac73907 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/sub/vim/vimrc b/sub/vim/vimrc index a1a9903..43f5573 100644 --- a/sub/vim/vimrc +++ b/sub/vim/vimrc @@ -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 :!python3 % 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 :Ranger