diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 393c88a..a7fde82 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -34,7 +34,7 @@ require('packer').startup( -- Python syntax highlighting and more 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 -- Python indent (follows the PEP8 style) |
