[nvim] updated config

This commit is contained in:
Afonso Franco 2024-03-30 16:08:40 +00:00
parent f9b79f5974
commit de041f1e0a
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
6 changed files with 71 additions and 54 deletions

View file

@ -0,0 +1,5 @@
augroup SageDetect
au!
au BufRead,BufNewFile *sage set ft=python
augroup END