Skip to content

Commit f62cf69

Browse files
committed
nvim: added hererocks
1 parent 19dcd4a commit f62cf69

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

nvim/lua/user/plugins.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ if distro ~= "postmarketos" and distro ~= "alpine" then
161161
"rest-nvim/rest.nvim",
162162
dependencies = {
163163
"j-hui/fidget.nvim",
164+
"manoelcampos/xml2lua",
164165
"nvim-treesitter/nvim-treesitter",
165166
opts = function (_, opts)
166167
opts.ensure_installed = opts.ensure_installed or {}
@@ -170,6 +171,6 @@ if distro ~= "postmarketos" and distro ~= "alpine" then
170171
})
171172
end
172173

173-
local opts = {}
174+
local opts = {rocks = { hererocks = true}}
174175

175176
require("lazy").setup(plugins, opts)

nvim/lua/user/whichkey.lua

+1-8
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,7 @@ local mappings = {
112112
},
113113

114114

115-
p = {
116-
name = "Packer",
117-
c = { "<cmd>PackerCompile<cr>", "Compile" },
118-
i = { "<cmd>PackerInstall<cr>", "Install" },
119-
s = { "<cmd>PackerSync<cr>", "Sync" },
120-
S = { "<cmd>PackerStatus<cr>", "Status" },
121-
u = { "<cmd>PackerUpdate<cr>", "Update" },
122-
},
115+
["p"] = { "<cmd>Lazy<cr>", "Lazy.nvim" },
123116

124117
g = {
125118
name = "Git",

0 commit comments

Comments
 (0)