1
0
Fork 0

Initial commit

windows
Ambrose Chua 2021-06-03 12:38:48 +08:00
commit dc18507704
3 changed files with 1191 additions and 0 deletions

2
.ssh/config Normal file
View File

@ -0,0 +1,2 @@
Host *
SecurityKeyProvider winhello.dll

17
_vimrc Normal file
View File

@ -0,0 +1,17 @@
call plug#begin('~/.vim/plugged')
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'rust-lang/rust.vim'
call plug#end()
colorscheme solarized
syntax enable
filetype plugin indent on
set number

File diff suppressed because it is too large Load Diff