chore(nvim): updated config

This commit is contained in:
Afonso Franco 2024-03-30 16:08:40 +00:00
parent 7aafca0df8
commit aed637eaca
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 45 additions and 29 deletions

View file

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