mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Ppdate packer settings for Semshi
If Semshi is set to opt plugin, when we run PackerUpdate, the command `: UpdateRemotePlugins` will be run. At this time, Semshi is not in the runtimepath, so its manifest will not be generated in rplugin.vim (located under ~/.local/share/nvim/rplugin.vim). So when we open a Python file afterwards, although Semshi is in runtimepath, but its manifest is missing, so we see error that command `Semshi enable` is not found.
This commit is contained in:
parent
51264eab77
commit
11866454cc
@ -34,7 +34,7 @@ require('packer').startup(
|
|||||||
|
|
||||||
-- Python syntax highlighting and more
|
-- Python syntax highlighting and more
|
||||||
if (vim.g.is_mac == 1) or (vim.g.is_win == 1) then
|
if (vim.g.is_mac == 1) or (vim.g.is_win == 1) then
|
||||||
use {'numirias/semshi', run = ':UpdateRemotePlugins', ft = 'python'}
|
use {'numirias/semshi', run = ':UpdateRemotePlugins'}
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Python indent (follows the PEP8 style)
|
-- Python indent (follows the PEP8 style)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user