summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/vhdl.vim
blob: 5c27d4cfa625cc29a44e48dd024e8185a22fc2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
setlocal textwidth=0
setlocal shiftwidth=2
setlocal tabstop=2
setlocal expandtab

" abbreviations
iabbr dt downto
iabbr sig signal
iabbr sl std_logic
iabbr slv std_logic_vector
iabbr uns unsigned
iabbr toi to_integer
iabbr tos to_signed
iabbr tou to_unsigned