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| Name | Name | Last commit date | ||
|---|---|---|---|---|
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