This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Basic Behaviour | |
set number "Show line numbers | |
set wrap "Wrap lines | |
set encoding=utf-8 "Encode in utf-8 | |
set wildmenu "Enables visual autocomplete for commands | |
set lazyredraw "Only redraw the screen when required | |
set showmatch "Highlight opening and closing paranthesis | |
set laststatus=2 "Show the statusline | |
set ruler "Shows where you are |