vimrc: +starlark

main
Motiejus Jakštys 2024-04-24 11:13:59 +03:00 committed by Motiejus Jakštys
parent aa07b251e1
commit 089e1ca32d
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ au FileType go setlocal noet
au FileType go nnoremap <buffer> <C-]> :GoDef<CR>
au FileType go let g:go_template_autocreate = 0
" starlark
au BufRead,BufNewFile *.star setfiletype python
" strace
au FileType strace setlocal nonu