summaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index a3ea897..7abab94 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -51,7 +51,7 @@ set number " Enable line numbers
51set relativenumber " Enable line numbers to be displayed relative to current position 51set relativenumber " Enable line numbers to be displayed relative to current position
52set tabstop=4 " Set default tab size to 4 spaces 52set tabstop=4 " Set default tab size to 4 spaces
53set autoindent " Keep current tab depth on new line 53set autoindent " Keep current tab depth on new line
54colorscheme slate " Enable my custom colorscheme 54colorscheme slate
55 55
56" Document compilation 56" Document compilation
57map <leader>c :!compile % <CR><CR> 57map <leader>c :!compile % <CR><CR>