Instalar um plugin para o gedit
-
Clone o repositório
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
-
Crie a pasta do plugin para o gedit
mkdir -p ~/.local/share/gedit/plugins
-
Crie um link simbólico
ln -s ~/src/makefiletab3 ~/.local/share/gedit/plugins/makefiletab3
-
Altere a versão do Python em
makefiletab3.plugin
Abra o arquivo
nano ~/.local/share/gedit/plugins/makefiletab3/makefiletab3.plugin
e substitua
Loader=python
com
Loader=python3
-
Reinicie o gedit e ative o plug-in