2024-02-19 17:02:39 +01:00

5 lines
92 B
VimL

augroup nim_vim
au BufNewFile,BufRead *.nim,*.nims,*.nimble set filetype=nim
augroup END