1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update semshi settings

Only use it on Windows. Treesitter highlighting may be enough.
This commit is contained in:
jdhao 2021-07-13 01:06:06 +08:00
parent eeb09d88a9
commit 9004e09b76

View File

@ -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