Adding more files to be lazy loaded
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"TakenMC/presence.nvim",
|
||||
event = "BufEnter, BufNew",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
local presence = require("presence")
|
||||
|
||||
@@ -14,7 +14,7 @@ return {
|
||||
enable_line_number = false,
|
||||
blacklist = {},
|
||||
buttons = {
|
||||
{ label = "Neovim", url = "https://github.com/neovim/neovim" },
|
||||
{ label = "Neovim", url = "https://github.com/neovim/neovim" },
|
||||
{ label = "My config", url = "https://gitlab.com/taken-personal/neovim-config" },
|
||||
},
|
||||
file_assets = {},
|
||||
|
||||
Reference in New Issue
Block a user