From 2134683bc8a5b0495123918119b9f80da6765740 Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Wed, 22 Jan 2025 10:00:12 +0200 Subject: [PATCH] style stuf --- .config/nvim/lua/plugins/lsp.lua | 9 +++++++-- .config/starship.toml | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) 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"