initial commit

This commit is contained in:
2017-11-05 16:58:09 +01:00
commit 7e81345f79
9 changed files with 209 additions and 0 deletions

6
ftplugin/vhdl.vim Normal file
View File

@@ -0,0 +1,6 @@
iabbrev <buffer> ar architecture
iabbrev <buffer> pr process
iabbrev <buffer> et entity
iabbrev <buffer> lie library ieee;
iabbrev <buffer> ustd use ieee.std_logic_1164.all;
iabbrev <buffer> unum use ieee.numeric_std.all;