2024-03-01 16:28:35 -05:00
|
|
|
"============================================================="
|
|
|
|
" "
|
|
|
|
" Darkcloud Neovim Config: plugin settings "
|
|
|
|
" "
|
|
|
|
" By: Kevin MacMartin (prurigro@gmail.com) "
|
|
|
|
" Website: https://github.com/prurigro/darkcloud-nvimconfig "
|
|
|
|
" "
|
|
|
|
" License: MIT "
|
|
|
|
" "
|
|
|
|
"============================================================="
|
2014-02-20 23:24:20 -05:00
|
|
|
|
2014-12-01 00:31:28 -05:00
|
|
|
"use utf-8 encoding to load the script as it contains utf-8 characters
|
|
|
|
scriptencoding utf-8
|
|
|
|
|
2014-07-21 02:36:50 -04:00
|
|
|
"INITIALIZE PLUGINS: {{{
|
2024-03-03 21:36:51 -05:00
|
|
|
execute pathogen#infect('bundle/{}')
|
2014-02-20 23:24:20 -05:00
|
|
|
"}}}
|
|
|
|
|
2018-03-11 19:21:58 -04:00
|
|
|
runtime! config/plugins/*
|