diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua index a814298..a6173b1 100644 --- a/.config/nvim/lua/plugins/lsp.lua +++ b/.config/nvim/lua/plugins/lsp.lua @@ -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, }, }, }, diff --git a/.config/starship.toml b/.config/starship.toml index 92fc3ff..6f4d6a5 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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"