mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-07 12:23:02 -04:00
update broken plugins and discord plugin
This commit is contained in:
parent
08c068f9a3
commit
1c35a7b2fa
2 changed files with 6 additions and 4 deletions
|
@ -84,9 +84,9 @@ local plugins = {
|
|||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
},
|
||||
{
|
||||
dir = "/home/meyer/dev/lua/vencord.nvim",
|
||||
},
|
||||
-- {
|
||||
-- dir = "/home/meyer/dev/lua/vencord.nvim",
|
||||
-- },
|
||||
{
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
build = "make",
|
||||
|
|
|
@ -14,6 +14,8 @@ vim.g.eregex_default_enable = 1
|
|||
vim.api.nvim_create_autocmd({ "BufEnter" }, {
|
||||
|
||||
callback = function()
|
||||
package.loaded.presence:update()
|
||||
if package ~= nil and package.loaded ~= nil and package.loaded.presence ~= nil then
|
||||
package.loaded.presence:update()
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue