1 # A modular vim configuration
3 This is my personal vim configuration that is partly inspired by SpaceVim. It
4 is compatible to vim, gvim (8.0+) and neovim (0.2+). The configuration is split
5 up into multiple files such that personal customization is separated from
13 The install script that is shipped with this configuration also checks
14 for the following requirements:
16 - python3 support for vim/gvim
17 - neovim python3 module
20 Under a Debian-like Linux system you can install these by the following commands
23 sudo apt-get install aspell aspell-de python3-pip
29 If you already have a vim configuration in place then you may first move your
30 ~/.vim directory first
36 Assumung that there is ~/.vim anymore, simply clone this repository into ~/.vim
37 and invoke install.sh therein.
40 git clone https://git.sthu.org/repos/vimconf.git ~/.vim
44 This install script creates backups of existing configuration files (e.g.,
45 ~/.vimrc) and then creates symlinks to configuration files in ~/.vim.
48 ## Specialization for local machines
50 I personally would like to have the same vim configuration on all my accounts.
51 Still, on certain machines I would like to personalize and specialize the
52 configuration. The following files are read if existent:
59 Example files are shipped with the repository.