Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created May 15, 2020 08:04
Show Gist options
  • Save kt3k/53532841017624d4480fb28acad082c3 to your computer and use it in GitHub Desktop.
Save kt3k/53532841017624d4480fb28acad082c3 to your computer and use it in GitHub Desktop.
.vimrc of Deno澤 (2020/05/15)
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