1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00
gryf c6560ce397 Exchange UltiSnips with old snipmate.
I'm not very heavy user of snippets. UltiSnips lately dropped support
for python2, yet I'm using some machines with old OSes, which complain a
lot during boostrapping my vimrc, so I was started to look for a simpler
replacement. Finally decided on a (slightly modified) original snipmate.
2020-02-18 21:19:51 +01:00
2017-05-10 19:29:20 +02:00
2020-02-18 21:19:51 +01:00

This repository contains my Vim config just for convenience in making the copy of it.

It uses vim-plug plugin manager, so after cloning, just open vim, and it will automatically install all the plugins.

Other than that, there are two additional config files which can be added to the configuration as a local configuration files just to not mess up with main config file. Both of them should be placed under $HOME/.vim directory.

First one is vimrc.local, which might contain additional/override options for specific machine.

The other plugins.local and similarly there can be additional plugins defined.

Description
My Vim configuration
Readme 5.2 MiB
Languages
Vim script 92.8%
Vim Snippet 7.2%