Skip to content

ColinKennedy/vim-usd-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-usd-complete adds USD keywords as tags into Vim. The result is that you get fast auto-completion while writing USD files.

Demo

asciicast

Installation

Clone this plug-in and source it in your Vim environment.

Using vim-plug

Plug 'ColinKennedy/vim-usd-complete'

You'll also need to define filetype(s) for *.usd and *.usda files. This is important. Otherwise, vim-usd-complete will not be able to search for USD-specific tags.

Add these line(s) to your .vimrc:

autocmd! BufRead,BufNewFile *.usd set filetype=usd
autocmd! BufRead,BufNewFile *.usda set filetype=usda

About

Vim tags for writing Pixar USD files

Resources

License

Stars

Watchers

Forks

Packages

No packages published