Skip to content

Instantly share code, notes, and snippets.

@suirad
Created April 22, 2020 04:31
Show Gist options
  • Save suirad/ed80991199590f75808d8162ef00d0d6 to your computer and use it in GitHub Desktop.
Save suirad/ed80991199590f75808d8162ef00d0d6 to your computer and use it in GitHub Desktop.
set nocompatible
set encoding=utf-8
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'ervandew/supertab'
"Plugin 'vim-syntastic/syntastic'
Plugin 'zah/nim.vim'
call vundle#end()
syntax on
set number
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment