From 89041df60218b99d716be5093c62e7b75d2295e6 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:54:48 +0100 Subject: [PATCH] nvim: add `amp.nvim` --- modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua diff --git a/modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua b/modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua new file mode 100644 index 0000000..61c76d3 --- /dev/null +++ b/modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua @@ -0,0 +1,6 @@ +return { + "sourcegraph/amp.nvim", + branch = "main", + lazy = false, + opts = { auto_start = true, log_level = "info" }, +}