* separate vimrc-full with own simple and lighten vimrc config
* reformat yadm bootstrap script and adding it a pathogen & vim plugins install
This commit is contained in:
@ -5,11 +5,14 @@ $character\
|
||||
"""
|
||||
|
||||
right_format = """
|
||||
$fill\
|
||||
$cmd_duration\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
$hostname\
|
||||
:\
|
||||
$directory\
|
||||
$fill\
|
||||
"""
|
||||
|
||||
add_newline = false
|
||||
@ -36,6 +39,10 @@ truncate_to_repo = false
|
||||
truncation_length = 10
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[fill]
|
||||
symbol = ' '
|
||||
style = 'black'
|
||||
|
||||
[git_branch]
|
||||
format = "[$branch]($style)"
|
||||
style = "242"
|
||||
|
||||
Reference in New Issue
Block a user