mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
style stuf
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user