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

6 lines
82 B
VimL
Raw Normal View History

2024-03-30 16:08:40 +00:00
augroup SageDetect
au!
au BufRead,BufNewFile *sage set ft=python
augroup END