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 = {
|
format = {
|
||||||
defaultFormatter = {
|
defaultFormatter = {
|
||||||
js = 'none',
|
js = 'biome',
|
||||||
ts = 'none',
|
ts = 'biome',
|
||||||
},
|
},
|
||||||
defaultFormatterOptions = {},
|
defaultFormatterOptions = {},
|
||||||
scriptInitialIndent = false,
|
scriptInitialIndent = false,
|
||||||
@@ -135,6 +135,11 @@ return {
|
|||||||
script = true,
|
script = true,
|
||||||
style = true,
|
style = true,
|
||||||
template = true,
|
template = true,
|
||||||
|
templateProps = true,
|
||||||
|
interpolation = true,
|
||||||
|
},
|
||||||
|
experimental = {
|
||||||
|
templateInterpolationService = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ $character"""
|
|||||||
palette = "dracula"
|
palette = "dracula"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "green"
|
style = "bold pink"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[>](bold green)"
|
success_symbol = "[>](bold green)"
|
||||||
@@ -22,7 +22,7 @@ vimcmd_symbol = "[<](bold purple)"
|
|||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$branch]($style) "
|
format = "[$branch]($style) "
|
||||||
style = "bold pink"
|
style = "bright-black"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "red"
|
style = "red"
|
||||||
|
|||||||
Reference in New Issue
Block a user