From e3c54e352c651bc1e4ffa8c69368829afc02d70d Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Sun, 12 Jul 2026 22:48:22 -0500 Subject: [PATCH] api client --- home/river/config/nvim/lua/plugins/lsp.lua | 1 + modules/development/typescript.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/home/river/config/nvim/lua/plugins/lsp.lua b/home/river/config/nvim/lua/plugins/lsp.lua index ae5894f..83776d0 100644 --- a/home/river/config/nvim/lua/plugins/lsp.lua +++ b/home/river/config/nvim/lua/plugins/lsp.lua @@ -11,6 +11,7 @@ return { }, }, }, + gopls = {}, nixd = {}, }, }, diff --git a/modules/development/typescript.nix b/modules/development/typescript.nix index 0ed38d3..6f9e186 100644 --- a/modules/development/typescript.nix +++ b/modules/development/typescript.nix @@ -17,6 +17,9 @@ in # TS tooling (optional but common) typescript + + # API Client + bruno ]; environment.variables = {