Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maxim Likhachev 01be5dbf84 Настройки vim и nvim объединены 6 years ago
..
plugin Настройки vim и nvim объединены 6 years ago
README.md Настройки vim и nvim объединены 6 years ago

README.md

Este plugin facilita a realocação e indentação de tags de única linha para um bloco de código, por exemplo.

<?php | ?>

O traço vertical representa o cursor, com este plugin em funcionamento, ao apetar o enter o resultado será o seguinte.

<?php
	|
?>

Também é compatível com tags html, BBcode, smarty e algumas outras.

<tr>
	|
</tr>

{if}
	|
{/if}

body {
	|
}

Para um melhor aproveito do enter-indent recomendo que você use os seguintes plugins.