Skip to content

Commit

Permalink
feat(plugins): migrate to none-ls
Browse files Browse the repository at this point in the history
null-ls is deprecated.  none-ls, the community-managed fork, is
the drop-in replacement.  @jose-elias-alvarez - thank you for your
amazing contribution to the community!  null-ls is an amazing package
and your work done on the plugin will persist for years to come!
  • Loading branch information
vinnyA3 committed Dec 28, 2023
1 parent ad008e7 commit 85c4037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lir.nvim": { "branch": "master", "commit": "969e95bd07ec315b5efc53af69c881278c2b74fa" },
"lualine.nvim": { "branch": "master", "commit": "566b7036f717f3d676362742630518a47f132fff" },
"mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" },
"null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" },
"none-ls.nvim": { "branch": "main", "commit": "e7382de51b4cf629e56f1fa18192e716e5ba8145" },
"nvim-autopairs": { "branch": "master", "commit": "9fd41181693dd4106b3e414a822bb6569924de81" },
"nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" },
"nvim-colorizer.lua": { "branch": "master", "commit": "36c610a9717cc9ec426a07c8e6bf3b3abcb139d6" },
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ return {
},
'saadparwaiz1/cmp_luasnip',
{
'jose-elias-alvarez/null-ls.nvim',
'nvimtools/none-ls.nvim',
dependencies = {
'nvim-lua/plenary.nvim'
}
Expand Down

0 comments on commit 85c4037

Please sign in to comment.