回答:
リポジトリを複製する git://git.gitano.org.uk/personal/liw/makefiletab3.git
mkdir -p ~/src
cd src
git clone git://git.gitano.org.uk/personal/liw/makefiletab3.git
geditのプラグインフォルダーを作成する
mkdir -p ~/.local/share/gedit/plugins
シンボリックリンクを作成する
ln -s ~/src/makefiletab3 ~/.local/share/gedit/plugins/makefiletab3
Pythonバージョンを変更します makefiletab3.plugin
ファイルを開く
nano ~/.local/share/gedit/plugins/makefiletab3/makefiletab3.plugin
そして交換
Loader=python
と
Loader=python3
geditを再起動し、プラグインを有効にします