@@ -141,6 +141,11 @@ _G.packer_plugins = {
141
141
path = " /Users/tim/.local/share/nvim/site/pack/packer/start/mason.nvim" ,
142
142
url = " https://github.com/williamboman/mason.nvim"
143
143
},
144
+ [" null-ls.nvim" ] = {
145
+ loaded = true ,
146
+ path = " /Users/tim/.local/share/nvim/site/pack/packer/start/null-ls.nvim" ,
147
+ url = " https://github.com/jose-elias-alvarez/null-ls.nvim"
148
+ },
144
149
[" nvim-autopairs" ] = {
145
150
config = { " \27 LJ\2 \n @\0\0\3\0\3\0 \a 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\000 4\2\0\0 B\0\2\1 K\0\1\0 \n setup\19 nvim-autopairs\f require\0 " },
146
151
loaded = true ,
@@ -198,6 +203,11 @@ _G.packer_plugins = {
198
203
path = " /Users/tim/.local/share/nvim/site/pack/packer/start/presence.nvim" ,
199
204
url = " https://github.com/andweeb/presence.nvim"
200
205
},
206
+ [" prettier.nvim" ] = {
207
+ loaded = true ,
208
+ path = " /Users/tim/.local/share/nvim/site/pack/packer/start/prettier.nvim" ,
209
+ url = " https://github.com/MunifTanjim/prettier.nvim"
210
+ },
201
211
[" rust.vim" ] = {
202
212
loaded = true ,
203
213
path = " /Users/tim/.local/share/nvim/site/pack/packer/start/rust.vim" ,
@@ -231,14 +241,14 @@ _G.packer_plugins = {
231
241
}
232
242
233
243
time ([[ Defining packer_plugins]] , false )
234
- -- Config for: nvim-autopairs
235
- time ([[ Config for nvim-autopairs]] , true )
236
- try_loadstring (" \27 LJ\2 \n @\0\0\3\0\3\0 \a 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\000 4\2\0\0 B\0\2\1 K\0\1\0 \n setup\19 nvim-autopairs\f require\0 " , " config" , " nvim-autopairs" )
237
- time ([[ Config for nvim-autopairs]] , false )
238
244
-- Config for: nvim-cmp
239
245
time ([[ Config for nvim-cmp]] , true )
240
246
require (' custom.lsp' )
241
247
time ([[ Config for nvim-cmp]] , false )
248
+ -- Config for: nvim-autopairs
249
+ time ([[ Config for nvim-autopairs]] , true )
250
+ try_loadstring (" \27 LJ\2 \n @\0\0\3\0\3\0 \a 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\000 4\2\0\0 B\0\2\1 K\0\1\0 \n setup\19 nvim-autopairs\f require\0 " , " config" , " nvim-autopairs" )
251
+ time ([[ Config for nvim-autopairs]] , false )
242
252
-- Config for: Comment.nvim
243
253
time ([[ Config for Comment.nvim]] , true )
244
254
try_loadstring (" \27 LJ\2 \n 5\0\0\3\0\3\0\006 6\0\0\0 '\2\1\0 B\0\2\002 9\0\2\0 B\0\1\1 K\0\1\0 \n setup\f Comment\f require\0 " , " config" , " Comment.nvim" )
0 commit comments