new nvim cfg

This commit is contained in:
Hunter 2025-05-16 19:13:27 -04:00
parent 0e500b7d8f
commit 1c8f70a3a6
Signed by: hst
GPG key ID: 951D8B651E7DE6BE
7 changed files with 42 additions and 95 deletions

View file

@ -0,0 +1,11 @@
return {
{
"andweeb/presence.nvim",
lazy = false,
opts = function()
require("presence").setup({
neovim_image_text = "/usr/bin/nvim",
})
end,
},
}