Created
May 15, 2020 08:04
-
-
Save kt3k/53532841017624d4480fb28acad082c3 to your computer and use it in GitHub Desktop.
.vimrc of Deno澤 (2020/05/15)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'tpope/vim-fugitive' | |
Plugin 'pangloss/vim-javascript' | |
Plugin 'rust-lang/rust.vim' | |
Plugin 'leafgarland/typescript-vim' | |
Plugin 'editorconfig/editorconfig-vim' | |
Plugin 'chr4/nginx.vim' | |
call vundle#end() | |
filetype plugin indent on | |
syntax enable | |
set number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment