File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ if distro ~= "postmarketos" and distro ~= "alpine" then
161
161
" rest-nvim/rest.nvim" ,
162
162
dependencies = {
163
163
" j-hui/fidget.nvim" ,
164
+ " manoelcampos/xml2lua" ,
164
165
" nvim-treesitter/nvim-treesitter" ,
165
166
opts = function (_ , opts )
166
167
opts .ensure_installed = opts .ensure_installed or {}
@@ -170,6 +171,6 @@ if distro ~= "postmarketos" and distro ~= "alpine" then
170
171
})
171
172
end
172
173
173
- local opts = {}
174
+ local opts = {rocks = { hererocks = true } }
174
175
175
176
require (" lazy" ).setup (plugins , opts )
Original file line number Diff line number Diff line change @@ -112,14 +112,7 @@ local mappings = {
112
112
},
113
113
114
114
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" },
123
116
124
117
g = {
125
118
name = " Git" ,
You can’t perform that action at this time.
0 commit comments