Ensar Sarajčić
4eb7b710a6
- Adds Ggpush command (similar to ggpush in shell) - Adds Gpr commands set for creating new PR easily |
||
---|---|---|
.. | ||
UltiSnips | ||
after | ||
colors | ||
compiler | ||
ftdetect | ||
plugin | ||
spell | ||
undodir | ||
.gitignore | ||
README.md | ||
plugins.vim | ||
vimrc |
README.md
My vim configuration
Currently configuration is shared between Vim and NeoVim, although I use NeoVim. Migration will happen when NeoVim 0.5.0 is released and init.lua
is supported.
Configuration is separated into directories:
plugin
for logical collection of functionalities into a simple plugincolors
my colorschemecompiler
for compiler pluginsftdetect
for autocommands for detecting file typesundodir
is just a placeholder for configured undo directoryspell
for spelling dictionaryafter
with same directory structure for loading after plugins - allows easy overrides, mostftplugins
are here
Besides this, directory contains other files:
plugins.vim
all used pluginsvimrc
global basic configuration