3 lines
102 B
VimL
3 lines
102 B
VimL
autocmd BufRead,BufNewFile *.fa set filetype=fa
|
|
setl complete+=,k~/.vim/complete/fa_completion.clist
|
|
|