* 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:
2023-04-15 13:34:06 +03:00
parent 10c026fc4b
commit 6321a8d62a
4 changed files with 331 additions and 294 deletions

View File

@ -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"