![Image of startify] (https://github.com/randomize/VimConfig/blob/master/docs/title.png)
Vim configuration files. These are shared between developers in our company.
Env variable $bully_dev
is used for setting up personal config preferences.
Config is mostly oriented to Unity development, but also has C++/Rust simple setup.
Tested to run on GNU/Linux, Mac OS and Windows.
[Vundle] (http://github.com/gmarik/Vundle.vim) is used as package manager
- Extended semantic coloring for C# and Unity specific classes
- Unity C# snippets
(TODO: fill-in detailed steps):
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Compile vimproc
- Compile ycm
- Compile omnisharp
- Setup
$bully_dev
to indicate username
(TODO: fill-in)
Action | Hotkey |
---|---|
Remove trailing whitespaces | <leader>rtw |
Ack | <leader>a |
Action | Hotkey |
---|---|
Goto definition | <leader>sg |
Format the code | <leader>sf |
- Unity debugger integration
- Migrate extended syntax to omnisharp powered
- Migrate to Roslyn
GNU GPL Version 3