aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-04 14:16:46 +0800
committerjdhao <jdhao@hotmail.com>2021-07-04 14:16:46 +0800
commitc1ba7af97e984c8dc164a738e4c26709044aa6c0 (patch)
treeff277236a87a06303c606bf3ae3db56714fa9e98 /lua/plugins.lua
parentd3ee056f9631181b549f12a9485ee0ba18f773f8 (diff)
Fix typo
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 9cc8780..6163784 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -22,7 +22,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', ft = 'python'}
end
-- Python indent (follows the PEP8 style)