Skip to content

Commit

Permalink
Merge pull request #315 from izumin5210/izumin5210/none-ls
Browse files Browse the repository at this point in the history
chore(neovim): migrate from null-ls to none-ls
  • Loading branch information
izumin5210 authored Apr 7, 2024
2 parents 328a067 + 109026d commit 2ee8658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ require('lazy').setup({
config = require('pluginconfig.lspconfig').setup_mason,
},
{
'jose-elias-alvarez/null-ls.nvim',
'nvimtools/none-ls.nvim',
config = require('pluginconfig.lspconfig').setup_null_ls,
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"modes.nvim": { "branch": "main", "commit": "2cd194d1033ba391d87d386735e15963adbc5f51" },
"neodim": { "branch": "master", "commit": "41535b577deed1bb770830fd9263c3923b70a18c" },
"neogen": { "branch": "main", "commit": "0daffcec249bf42275e322361fe55b89a05ff278" },
"none-ls.nvim": { "branch": "main", "commit": "0d42ba8d506242b2252d2d2885a7f6f4f5b2bcb2" },
"nui.nvim": { "branch": "main", "commit": "cbd2668414331c10039278f558630ed19b93e69b" },
"null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" },
"nvim-autopairs": { "branch": "master", "commit": "4f41e5940bc0443fdbe5f995e2a596847215cd2a" },
"nvim-cmp": { "branch": "main", "commit": "ce16de5665c766f39c271705b17fff06f7bcb84f" },
"nvim-dap": { "branch": "master", "commit": "405df1dcc2e395ab5173a9c3d00e03942c023074" },
Expand Down

0 comments on commit 2ee8658

Please sign in to comment.