diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-26 21:40:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-03-05 11:57:04 +0100 |
| commit | a86dd8ed7b03161688fbf7c245b3ecc0d78f0f3e (patch) | |
| tree | 8c15175ebf35d05add6f4ad10ddc14b7fe713888 /config/nvim/lua | |
| parent | d0120759e28821139344df743aed8d7bc8c66e99 (diff) | |
Add marginalie to neovim
Diffstat (limited to 'config/nvim/lua')
| -rw-r--r-- | config/nvim/lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 5ace9d1..61d329d 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -140,4 +140,5 @@ require('lazy').setup({ 'https://git.sr.ht/~rbdr/nota.nvim', 'https://git.sr.ht/~rbdr/oleoboard.nvim', 'https://git.sr.ht/~rbdr/jannotate.nvim', + 'https://git.sr.ht/~rbdr/marginalie.nvim' }) |