summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 4aaf3d1..78cb001 100644
--- a/.vimrc
+++ b/.vimrc
@@ -11,6 +11,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-surround'
+Plugin 'tpope/vim-repeat'
+Plugin 'tpope/vim-speeddating'
+
+Plugin 'sirtaj/vim-openscad'
+
+Plugin 'jceb/vim-orgmode'
Plugin 'Valloric/YouCompleteMe'
@@ -31,3 +37,10 @@ filetype plugin indent on " required
syntax enable
+set number relativenumber
+
+set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
+
+" Org mode "
+
+let g:org_agenda_files = ['/home/julian/Dropbox/Noter/2018.org']