Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 226 Bytes

File metadata and controls

6 lines (6 loc) · 226 Bytes

Please add these scripts in the init.vim file of NeoVim root directory after putting the .vim configuration files into the config directory:

for f in split(glob('config/*.vim'), '\n')
    exe 'source' f
endfor