aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-12 16:47:58 +0800
committerjdhao <jdhao@hotmail.com>2021-12-12 16:47:58 +0800
commit85427c6424eb5bb52297bdadf9026a81356e294b (patch)
tree4f3766e7d0796b0329b48b6e3beb97f3fe52bd03
parentcf9761e9a3a2517721401528915cd49b38c27577 (diff)
remove plugin semshi
-rw-r--r--lua/plugins.lua5
1 files changed, 0 insertions, 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" } })