new nvim cfg
This commit is contained in:
parent
0e500b7d8f
commit
1c8f70a3a6
7 changed files with 42 additions and 95 deletions
11
lua/hsta/plugins/discord.lua
Normal file
11
lua/hsta/plugins/discord.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
"andweeb/presence.nvim",
|
||||
lazy = false,
|
||||
opts = function()
|
||||
require("presence").setup({
|
||||
neovim_image_text = "/usr/bin/nvim",
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue