Skip to content

Commit 5ee91b7

Browse files
committed
➕ nvim: chrishrb/gx.nvim
1 parent a28e68e commit 5ee91b7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,12 @@ require("lazy").setup({
925925
}
926926
end,
927927
},
928+
{
929+
"chrishrb/gx.nvim",
930+
event = { "BufEnter" },
931+
dependencies = { "nvim-lua/plenary.nvim" },
932+
config = true, -- default settings
933+
},
928934
{
929935
"tweekmonster/startuptime.vim",
930936
cmd = "StartupTime",

0 commit comments

Comments
 (0)