ref
This commit is contained in:
parent
3a798a988d
commit
8f5b9e732a
2
Makefile
2
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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user