1
0

Some vimrc love

This commit is contained in:
Noah 2016-09-18 14:21:32 -07:00
parent c1bd30475c
commit 93dfd9753c
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@ set ttyfast " smoother changes
set autowrite " automatic saving when quitting and switching buffer
set autoread " automatic read when file is modified from outside
set modeline " process modelines in files
set number " show line numbers
set relativenumber " and make line numbers relative to current line
syntax on " syntax highlighting
" Leader Key

View File

@ -95,7 +95,7 @@ class Application(object):
)
# Development stuff.
self.install("git", "zsh", "python-virtualenvwrapper")
self.install("git", "zsh", "ctags", "python-virtualenvwrapper")
# Filesystems
self.install("fuse-encfs", "fuse-exfat", "gvfs-mtp")