mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
A theme, config and collection of plugins for Neovim
2ee0a576e3
visual, :wsudo and :esudo can now be run with :sudow and :sudoe, fixed a few issues where gvim settings wouldn't be enabled if gvim was started using :gui in command mode, = now does what + does so you can use - and + without holding shift for the + part, the ctrl/shift up/down/left/right + h/j/k/l stuff now works the same for both using the behaviour I suspect most people will expect from them, a 'lot' of behaviour that didn't work in tmux should now work provided tmux is using xterm-keys and has its $TERM set to screen*, a bunch of new default settings have been added to settings.vim (though they're mostly subtle or behind the scenes tweaks) and it's commented and organized better now too, and the gvim menubar no longer appears by default (but you can toggle it with <Ctrl><F1>) |
||
---|---|---|
vim | ||
.gitmodules | ||
README.md | ||
vimrc |
Darkcloud Vim Theme, Config and Plugin Selection
Requirements
- Git and Bash: Required to manage plugin updates using the "pathogen_update_plugins" script.
- CTags: Available @ http://ctags.sourceforge.net, this can be in $PATH or in the vim folder and is required for the tagbar plugin.
- Vim v7.4+: Everything has been written and tested using Vim 7.4.135, and I assume there could be issues with 7.3 and below.
- Powerline Fonts (optional): Required for the powerline lightline theme, which can be toggled in /etc/vimrc along with the gVim font
Installation/Setup
- Clone this repository then initialize and update the git submodules (in our case, the vim plugins)
- ]$ git clone https://github.com/prurigro/darkcloud-vimconfig.git
- ]$ cd darkcloud-vimconfig
- ]$ git submodule init
- ]$ git submodule update
- Edit the 'vimrc' file and select whether to expect powerline fonts, choose a font for gVim, and add or change any of the loaded config files to match your personal setup.
- There are two main ways this package can be deployed: system-wide or single-user.
- For a distro-agnostic system-wide installation in the /etc directory, copy or link: 'vimrc' to '/etc/vimrc' -and- the 'vim' folder to '/etc/vim'.
- For a single-user installation in a user's home directory, copy or link: 'vimrc' to '
/.vimrc' -and- the 'vim' folder to '/.vim'.
- Make sure the 'vimrc' file and 'vim' folder are at least readable to any users that will be using the config.
- Clone additional vim plugin repos in the 'bundle' folder to have them loaded at startup.
- You can add or replace config files in your 'vimrc' file to customize behaviour.
- Run the pathogen_update_plugins script to update your plugins by pulling the latest changes from each plugin repo.
- The 'vim/config/keyboard.vim' file has a list of the commands it configures, as well as some basic examples of some provided directly by plugins (though check the plugin folder's README for a full explanation).
Credits
- Written by prurigro: Github Projects | Archlinux AUR Packages
- Many other authors have their work contained in this repo, most of which are self contained in the vim/bundle directory. I also used the Vim jellybean theme as a basis for the Darkcloud theme, which is maintained by NanoTech http://nanotech.nanotechcorp.net/
License
All projects cloned in the vim/bundle folder are separate and have their own licenses. Everything else is released under the MIT license.