aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-13 01:06:06 +0800
committerjdhao <jdhao@hotmail.com>2021-07-13 01:06:06 +0800
commit9004e09b761727b5755f17af6278e73f64234852 (patch)
treeb3f761efa1e8d9e5a63f403a8761897155aaa5fc /lua/plugins.lua
parenteeb09d88a96f63918d1e16fc74d028c24e661431 (diff)
update semshi settings
Only use it on Windows. Treesitter highlighting may be enough.
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 95a0745..13e1435 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -37,7 +37,7 @@ require('packer').startup(
end
-- Python syntax highlighting and more
- if (vim.g.is_mac == 1) or (vim.g.is_win == 1) then
+ if vim.g.is_win == 1 then
use {'numirias/semshi', ft = 'python', config = 'vim.cmd [[UpdateRemotePlugins]]'}
end