Skip to content

Dfenestrator/VimIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VimIDE

This is the .vimrc and .vim directories I use in my development. They are an assortment of plugins and configurations that accomplish the following:

Color coding
Mouse support
Smart open (Ctrl-p, then type filename)
Function list (F4)
Directory tree (F5)
Multiple tabs (Ctrl-t when opening a file to open in new tab)
Variable definition jumps (Ctrl-])
Find in files (\vv on name you want to find, or ":Grep ")
Smart commenting ("gcc" on line you want to comment)
Autocomplete (tab when typing in variable)
Compare functionality (vimdiff from command prompt)

Make sure to install exuberant ctags to get the full benefit. Tags are generated on every save, so you do not have to worry about generating the tags file yourself.

The plugins were initially assembled for C, though I have used it for other development as well. I did not write the plugins, they are an assortment of various popular Vim plugins that I have found useful.

About

An assortment of plugins for Vim to give it IDE-like functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published