few changes, in makefile added colors

This commit is contained in:
hugogogo
2022-06-03 11:04:23 +02:00
parent cc2558f6a4
commit 080109e9c3
5 changed files with 41 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
/SYNTAX/
to create a new syntax file, just copy an existing one :
cp /usr/share/vim/vimXX/syntax/extension.vim ~/.vim/syntax/
and change the name to match the extension
and change the content to whatever you want
/MODE INSERTION/
**i** mode insertion avant le curseur
**I** mode insertion au debut de la ligne