removed(nvim): metals plugin (lsp suffices)

This commit is contained in:
Léana 江 2023-04-16 14:27:12 +02:00 committed by Léana 江
parent d69516cc08
commit 859e77550e
4 changed files with 21 additions and 54 deletions

View file

@ -2,7 +2,7 @@ format = '''
$hostname$directory$python
$character
'''
right_format = '$git_state$git_branch$git_commit$git_status'
right_format = '$cmd_duration$git_state$git_branch$git_commit$git_status'
palette = 'lilac'
@ -34,6 +34,11 @@ truncation_symbol = '…/'
style = 'grey'
format = '( [\($virtualenv\)]($style))'
[cmd_duration]
min_time = 5_000
show_milliseconds = true
format = '([$duration]($style) )'
[git_state]
style = 'bold red'
format = '\([$state( $progress_current/$progress_total)]($style)\) '