- OK: binary found: /home//.vim/bundle/LanguageClient-neovim/bin/languageclient
- OK: languageclient 0.1.131
- OK: exists("v:t_list") was successful
set nocompatible | |
filetype off | |
call plug#begin('~/.vim/bundle') | |
" show git commit message | |
Plug 'rhysd/git-messenger.vim' | |
Plug 'tpope/vim-fugitive' | |
" get branch ahead/behind status | |
Plug 'lambdalisue/gina.vim' |
# customthemes = {"test":":root.TridactylThemeSummerfruit-dark {\n /* Summerfruit-dark by Chris Kempson (http://chriskempson.com) */\n --base00: #151515;\n --base01: #202020;\n --base02: #303030;\n --base03: #505050;\n --base04: #b0b0b0;\n --base05: #d0d0d0;\n --base06: #e0e0e0;\n --base07: #ffffff;\n --base08: #ff0086;\n --base09: #fd8900;\n --base0A: #aba800;\n --base0B: #00c918;\n --base0C: #1faaaa;\n --base0D: #3777e6;\n --base0E: #ad00a1;\n --base0F: #cc6633;\n\n --tridactyl-fg: var(--base05);\n --tridactyl-bg: var(--base00);\n --tridactyl-url-fg: var(--base08);\n --tridactyl-url-bg: var(--base00);\n --tridactyl-highlight-box-bg: var(--base0B);\n --tridactyl-highlight-box-fg: var(--base00);\n\n /* Hint character tags */\n --tridactyl-hintspan-fg: var(--base00) !important;\n --tridactyl-hintspan-bg: var(--base0A) !important;\n\n /* Element Highlights */\n --tridactyl-hint-active-fg: none;\n --tridactyl-hint-active-bg: n |
rofi usage: | |
rofi [-options ...] | |
Command line only options: | |
-no-config Do not load configuration, use default values. | |
-v,-version Print the version number and exit. | |
-dmenu Start in dmenu mode. | |
-display [string] X server to contact. | |
${DISPLAY} |
--- TLP 1.1 -------------------------------------------- | |
+++ Configured Settings: /etc/default/tlp | |
TLP_ENABLE=1 | |
TLP_DEFAULT_MODE=BAT | |
TLP_PERSISTENT_DEFAULT=0 | |
DISK_IDLE_SECS_ON_AC=0 | |
DISK_IDLE_SECS_ON_BAT=2 | |
MAX_LOST_WORK_SECS_ON_AC=15 | |
MAX_LOST_WORK_SECS_ON_BAT=60 |