Skip to content

Commit

Permalink
rust tools
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed May 1, 2022
1 parent 50d8199 commit 6e446c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 199 deletions.
1 change: 0 additions & 1 deletion _gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
email = eddyxu@gmail.com
[alias]
st = status
rb = svn rebase
ci = commit -a
co = checkout
di = diff
Expand Down
7 changes: 5 additions & 2 deletions vim/_vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'

" General settings
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'scrooloose/nerdtree'
Plug 'mileszs/ack.vim'
Expand All @@ -26,12 +26,15 @@ Plug 'liuchengxu/vista.vim'
Plug 'AndrewRadev/splitjoin.vim'
Plug 'Chiel92/vim-autoformat'
Plug 'w0rp/ale'
Plug 'neovim/nvim-lspconfig'

" Go
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }

" Rust
Plug 'rust-lang/rust.vim'
Plug 'simrat39/rust-tools.nvim'


" Docker
Plug 'ekalinin/Dockerfile.vim'
Expand Down Expand Up @@ -184,4 +187,4 @@ endif
""" Vista

let g:vista_default_executive = 'ctags'
uap <C-C> <ESC>:Vista!!<CR>
map <C-C> <ESC>:Vista!!<CR>
105 changes: 0 additions & 105 deletions vim/syntax/proto.vim

This file was deleted.

91 changes: 0 additions & 91 deletions vim/syntax/thrift.vim

This file was deleted.

0 comments on commit 6e446c5

Please sign in to comment.