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:
@@ -37,7 +37,7 @@ require('packer').startup(
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Python syntax highlighting and more
|
-- 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]]'}
|
use {'numirias/semshi', ft = 'python', config = 'vim.cmd [[UpdateRemotePlugins]]'}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user