Skip to content

Commit

Permalink
Added vimrc and updated slides
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed May 31, 2014
1 parent 91da548 commit 2789b9c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Binary file modified 00-intro/nlp-programming-en-00-intro.odp
Binary file not shown.
Binary file modified 00-intro/nlp-programming-en-00-intro.pdf
Binary file not shown.
Binary file modified 00-intro/nlp-programming-ja-00-intro.odp
Binary file not shown.
Binary file modified 00-intro/nlp-programming-ja-00-intro.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions misc/vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set incsearch
set nohlsearch

set backspace=2

set smartindent
set softtabstop=4
set shiftwidth=4
set tabstop=4
set expandtab

set fileencodings=utf-8,euc-jp,iso-2022-jp,sjis

syntax on

0 comments on commit 2789b9c

Please sign in to comment.