mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:50:05 +08:00
3 lines
91 B
VimL
3 lines
91 B
VimL
" Detect syntax file.
|
|
autocmd BufNewFile,BufRead *.snip,*.snippets set filetype=neosnippet
|