|
|
|
@ -22,13 +22,16 @@ through the use of `vimux`.
|
|
|
|
|
## Structure |
|
|
|
|
|
|
|
|
|
* `conf`: Contains all configuration related files. |
|
|
|
|
* `plugins.vim`: Plugin definitions. |
|
|
|
|
* `plugins.vim`: General plugin definitions. |
|
|
|
|
* `keybinds.vim`: General keybinds such as leader key, etc. |
|
|
|
|
* `config.vim`: Dumping ground for general configurations. |
|
|
|
|
* `ui.vim`: General UI configurations. |
|
|
|
|
* `search.vim`: Search configurations (for example ctrl-p). |
|
|
|
|
* `git.vim`: Fugitive configurations. |
|
|
|
|
* `langs`: Language specific configurations and keybinds. |
|
|
|
|
* `langs`: Language specific configurations and keybinds. These files diverge |
|
|
|
|
from the standard structure slightly. Plugins for each language can be defined |
|
|
|
|
in these files, as well as keybinds and configurations. This was done to keep editing for |
|
|
|
|
a single language to one place. |
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|