nvim/after/ftdetect/cpp.vim

3 lines
88 B
VimL

" Force *.def to C++ filetype for LLVM
au BufNewFile,BufReadPost *.def set filetype=cpp