Some vimrc love
This commit is contained in:
parent
c1bd30475c
commit
93dfd9753c
|
@ -24,6 +24,8 @@ set ttyfast " smoother changes
|
||||||
set autowrite " automatic saving when quitting and switching buffer
|
set autowrite " automatic saving when quitting and switching buffer
|
||||||
set autoread " automatic read when file is modified from outside
|
set autoread " automatic read when file is modified from outside
|
||||||
set modeline " process modelines in files
|
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
|
syntax on " syntax highlighting
|
||||||
|
|
||||||
" Leader Key
|
" Leader Key
|
||||||
|
|
|
@ -95,7 +95,7 @@ class Application(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
# Development stuff.
|
# Development stuff.
|
||||||
self.install("git", "zsh", "python-virtualenvwrapper")
|
self.install("git", "zsh", "ctags", "python-virtualenvwrapper")
|
||||||
|
|
||||||
# Filesystems
|
# Filesystems
|
||||||
self.install("fuse-encfs", "fuse-exfat", "gvfs-mtp")
|
self.install("fuse-encfs", "fuse-exfat", "gvfs-mtp")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user