From 85427c6424eb5bb52297bdadf9026a81356e294b Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 12 Dec 2021 16:47:58 +0800 Subject: [PATCH] remove plugin semshi --- lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index c3b90a6..4974970 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -54,11 +54,6 @@ require("packer").startup({ use({ "nvim-treesitter/nvim-treesitter", event = 'BufEnter', run = ":TSUpdate", config = [[require('config.treesitter')]] }) end - -- Python syntax highlighting and more - if vim.g.is_win then - use({ "numirias/semshi", ft = "python", config = "vim.cmd [[UpdateRemotePlugins]]" }) - end - -- Python indent (follows the PEP8 style) use({ "Vimjas/vim-python-pep8-indent", ft = { "python" } })