From 307fceea38b7352a79b0bdb87025a34b76973867 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:34:13 +0900 Subject: updates --- .../TheSiahxyz/lua/thesiahxyz/plugins/python.lua | 55 ---------------------- 1 file changed, 55 deletions(-) delete mode 100644 ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua deleted file mode 100644 index 607d647..0000000 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua +++ /dev/null @@ -1,55 +0,0 @@ -return { - -- { - -- "bps/vim-textobj-python", - -- dependencies = { "kana/vim-textobj-user" }, - -- }, - { - "nvim-neotest/neotest", - optional = true, - dependencies = { - "nvim-neotest/neotest-python", - }, - opts = { - adapters = { - ["neotest-python"] = { - -- Here you can specify the settings for the adapter, i.e. - -- runner = "pytest", - -- python = ".venv/bin/python", - }, - }, - }, - }, - { - "linux-cultist/venv-selector.nvim", - dependencies = { - "neovim/nvim-lspconfig", - "mfussenegger/nvim-dap", - "mfussenegger/nvim-dap-python", --optional - { "nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { "nvim-lua/plenary.nvim" } }, - }, - lazy = false, - branch = "regexp", -- This is the regexp branch, use this for the new version - ft = "python", - init = function() - local wk = require("which-key") - wk.add({ - mode = { "n", "v" }, - { "v", group = "Virtual envs" }, - }) - end, - config = function() - require("venv-selector").setup({ - notify_user_on_activate = true, - search = { - venvs = { - command = "fd /bin/python$ ~/.local/share/venvs --full-path", - }, - }, - }) - end, - keys = { - { "vs", "VenvSelect", desc = "Select virtual env", ft = "python" }, - { "vc", "VenvSelectCached", desc = "Select venv (cache)", ft = "python" }, - }, - }, -} -- cgit v1.2.3