style stuf

This commit is contained in:
Belal Elsabbagh
2025-01-22 10:00:12 +02:00
parent 9b9a97a23e
commit 2134683bc8
2 changed files with 9 additions and 4 deletions

View File

@@ -123,8 +123,8 @@ return {
},
format = {
defaultFormatter = {
js = 'none',
ts = 'none',
js = 'biome',
ts = 'biome',
},
defaultFormatterOptions = {},
scriptInitialIndent = false,
@@ -135,6 +135,11 @@ return {
script = true,
style = true,
template = true,
templateProps = true,
interpolation = true,
},
experimental = {
templateInterpolationService = true,
},
},
},

View File

@@ -13,7 +13,7 @@ $character"""
palette = "dracula"
[directory]
style = "green"
style = "bold pink"
[character]
success_symbol = "[>](bold green)"
@@ -22,7 +22,7 @@ vimcmd_symbol = "[<](bold purple)"
[git_branch]
format = "[$branch]($style) "
style = "bold pink"
style = "bright-black"
[git_status]
style = "red"