From a8b5c06e1d3df19d405194c0b7db97f899fb9495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 4 Apr 2024 16:15:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20python-?= =?UTF-8?q?semshi=20from=20the=20python-extended=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/lang/python-extended.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/lang/python-extended.lua b/.config/nvim/lua/plugins/extras/lang/python-extended.lua index 7736a368..683e69c0 100644 --- a/.config/nvim/lua/plugins/extras/lang/python-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/python-extended.lua @@ -4,7 +4,6 @@ vim.g.lazyvim_python_lsp = "basedpyright" return { { import = "lazyvim.plugins.extras.lang.python" }, - { import = "lazyvim.plugins.extras.lang.python-semshi" }, { "neovim/nvim-lspconfig", opts = {