dotfiles/.config/nvim/ftdetect/sage.vim
2024-03-30 16:08:40 +00:00

5 lines
82 B
VimL

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