🖍️ Plugin and Theme Formatting

- Formatting cleanup
This commit is contained in:
2024-07-12 21:39:48 -04:00
parent 274617da24
commit 2807567e34
23 changed files with 38 additions and 72 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
-- -----------------------------------------------------------------------------
-- ----------------------------------- gx --------------------------------------
-- -----------------------------------------------------------------------------
return {
"chrishrb/gx.nvim",
keys = {
@@ -9,12 +8,12 @@ return {
"gx",
"<cmd>Browse<cr>",
mode = { "n", "x" },
}
},
},
cmd = { "Browse" },
init = function()
vim.g.netrw_nogx = 1 -- disable netrw gx
vim.g.netrw_nogx = 1
end,
dependencies = { "nvim-lua/plenary.nvim" },
config = true, -- default settings
config = true,
}