not forgetting to update dotfiles

This commit is contained in:
Simonas Narbutas
2018-07-24 16:36:26 +02:00
parent 8b1c6cd263
commit 1f4ba21976
3 changed files with 69 additions and 15 deletions

2
.vimrc
View File

@@ -30,7 +30,7 @@ set ttyfast " Let vim know we have a fast terminal, regardless o
set encoding=utf-8 " Set default file encoding to utf-8
set paste " Set paste on
"colorscheme solarized " Use solarized color scheme
set background=light " With a dark background
set background=dark " With a dark background
syntax on " Enable/Disable syntax highlighting
"set relativenumber " Show relative line numbers from current line (instead of `set nu`)
"set number