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:
parent
eeb09d88a9
commit
9004e09b76
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user