aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nvim/lua/plugins/ai.lua
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:58:37 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:58:37 +0100
commit726005786ab398e89673bf8c141e50645f676c57 (patch)
treec6157391bfb7b41e4db1309b78b17f680f0c50c3 /dot_config/nvim/lua/plugins/ai.lua
parentdb4c6bdcd2af6aa2b95f587974f34c0246f62cb8 (diff)
downloaddotfiles-726005786ab398e89673bf8c141e50645f676c57.tar.gz
dotfiles-726005786ab398e89673bf8c141e50645f676c57.tar.bz2
dotfiles-726005786ab398e89673bf8c141e50645f676c57.zip
style: apply shfmt/prettier/just fmt drift
Pure formatter output from shfmt (2-space indent, '|' line breaks), prettier (KEYBINDS.md), and 'just fmt' (justfile blank line). No behavior change.
Diffstat (limited to 'dot_config/nvim/lua/plugins/ai.lua')
-rw-r--r--dot_config/nvim/lua/plugins/ai.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/dot_config/nvim/lua/plugins/ai.lua b/dot_config/nvim/lua/plugins/ai.lua
index 995f6a0..6578037 100644
--- a/dot_config/nvim/lua/plugins/ai.lua
+++ b/dot_config/nvim/lua/plugins/ai.lua
@@ -3,7 +3,10 @@ require("copilot").setup({
panel = { enabled = false },
-- Pinned Node 24 runtime; system nodejs (26.x) is incompatible with
-- copilot-language-server. See ~/.local/share/chezmoi/run_onchange_after_install-copilot-node.sh
- copilot_node_command = vim.fs.joinpath(vim.env.XDG_DATA_HOME or (vim.env.HOME .. "/.local/share"), "copilot-node/bin/node"),
+ copilot_node_command = vim.fs.joinpath(
+ vim.env.XDG_DATA_HOME or (vim.env.HOME .. "/.local/share"),
+ "copilot-node/bin/node"
+ ),
server_opts_overrides = {
settings = {
telemetry = {