mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove plugin semshi
This commit is contained in:
parent
cf9761e9a3
commit
85427c6424
@ -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" } })
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user