🖍️ Plugin and Theme Formatting
- Formatting cleanup
This commit is contained in:
+3
-4
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user