dotfiles/.config/nvim/ftdetect/sage.vim

5 lines
82 B
VimL

augroup SageDetect
au!
au BufRead,BufNewFile *sage set ft=python
augroup END