mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
nvim: add amp.nvim
This commit is contained in:
parent
eb03e6ef9d
commit
89041df602
1 changed files with 6 additions and 0 deletions
6
modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua
Normal file
6
modules/dotfiles/nvim/lua/thegeneralist/lazy/amp.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"sourcegraph/amp.nvim",
|
||||
branch = "main",
|
||||
lazy = false,
|
||||
opts = { auto_start = true, log_level = "info" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue