diff --git a/ftplugin/nimrod.vim b/ftplugin/nimrod.vim index 5f97ed5..710b53e 100644 --- a/ftplugin/nimrod.vim +++ b/ftplugin/nimrod.vim @@ -13,6 +13,8 @@ setlocal formatoptions-=t formatoptions+=croql setlocal comments=:##,:# setlocal commentstring=#\ %s setlocal omnifunc=NimComplete +setlocal suffixesadd=.nim + compiler nimrod let &cpo = s:cpo_save