diff --git a/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua b/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua index bbf277f..2c69ef3 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua @@ -18,6 +18,7 @@ return { }, }, { "rcarriga/nvim-dap-ui", opts = {} }, +{ "nvim-neotest/nvim-nio" }, { "theHamsta/nvim-dap-virtual-text", opts = { diff --git a/modules/home-manager/vim/config/lua/plugins/lsp/null-ls.lua b/modules/home-manager/vim/config/lua/plugins/lsp/null-ls.lua index 7cb0de3..2229a96 100644 --- a/modules/home-manager/vim/config/lua/plugins/lsp/null-ls.lua +++ b/modules/home-manager/vim/config/lua/plugins/lsp/null-ls.lua @@ -1,25 +1,11 @@ return { "jose-elias-alvarez/null-ls.nvim", - dependencies = { - { - "jay-babu/mason-null-ls.nvim", - cmd = { "NullLsInstall", "NullLsUninstall" }, - opts = { handlers = {} }, - }, - }, event = { "BufReadPost", "BufNewFile" }, config = function() local null_ls = require("null-ls") null_ls.setup({ debug = false, - ensure_installed = { - "clang-format", - "prettierd", - "rustfmt", - "shfmt", - "stylua", - }, sources = { null_ls.builtins.formatting.rustfmt.with({ extra_args = { "--edition=2021" }, diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index 9023c79..b661d65 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -20,10 +20,8 @@ "indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" }, "lspkind-nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" }, "lualine.nvim": { "branch": "master", "commit": "af4c3cf17206810880d2a93562e0a4c0d901c684" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "82c7cb08ddb836ad938b2708e50085f12a8825d2" }, "mason-null-ls.nvim": { "branch": "main", "commit": "e270134d83ba59425edc53356c6fd337b61bb8dd" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" }, - "mason.nvim": { "branch": "main", "commit": "3b5068f0fc565f337d67a2d315d935f574848ee7" }, "move.nvim": { "branch": "main", "commit": "cccbd4ea9049ca5f99f025ffaddb7392359c7d6a" }, "neo-rename.nvim": { "branch": "master", "commit": "d3f065ab1168fe95ea3ab939fbc659de47e130fc" }, "neo-tree.nvim": { "branch": "main", "commit": "6011391412b003ffbaf5615d6df8ade154726117" },