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
# here i am using terminal-notifier | |
# https://github.com/julienXX/terminal-notifier | |
# you can use your own solution | |
# main setting stored in variable | |
# local execution_treshold=30 | |
# if your process executed more than 30 seconds | |
# you will get notified | |
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
set langmenu=en_US.UTF-8 | |
:let $LANG = 'en' | |
set encoding=utf-8 | |
set nocompatible | |
"""""" | |
"UI View | |
"""""" | |
syntax on |