fix: update neovim configs

This commit is contained in:
2026-03-25 15:45:19 +05:00
parent b0fcc8e7bd
commit 5ccf595db2
9 changed files with 48 additions and 123 deletions

View File

@@ -13,7 +13,7 @@ local plugins = {
"rcarriga/nvim-dap-ui",
"nvim-neotest/nvim-nio",
},
config = function (_, opts)
config = function (_, _)
local path = "~/.local/share/nvim/mason/packages/debugpy/venv/bin/python"
require("dap-python").setup(path)
end
@@ -53,13 +53,6 @@ local plugins = {
{
"ThePrimeagen/git-worktree.nvim",
},
{
"jose-elias-alvarez/null-ls.nvim",
ft = { "python" },
config = function ()
require "custom.configs.null-ls"
end,
},
{
"folke/noice.nvim",
event = "VeryLazy",