Skip to content

Adding option for auto requiring files, and fixing #323#387

Open
Isty001 wants to merge 17 commits intovim-ruby:masterfrom
Isty001:master
Open

Adding option for auto requiring files, and fixing #323#387
Isty001 wants to merge 17 commits intovim-ruby:masterfrom
Isty001:master

Conversation

@Isty001
Copy link
Contributor

@Isty001 Isty001 commented Jan 9, 2019

First, this PR is an attempt to fix a constant problem I have in multiple projects. Sometimes a project has a 'bootstrap' file, or an entry point which has all the necessary require-s, and so no need to use require statements everywhere. In this case there will be no completion.

A possible solution is to use an option to set an array of files which are always required, so it'll work.

The rest, is a fix for #323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants