Skip to content

Conversation

tjdevries
Copy link
Contributor

I'll have to do a bit more testing, but this is most of the work

@tjdevries tjdevries requested a review from justinmk January 5, 2023 16:37
@github-actions github-actions bot added the lua stdlib label Jan 5, 2023
@tjdevries
Copy link
Contributor Author

resolved

@tjdevries
Copy link
Contributor Author

@justinmk do i need to tag all of these functions with @private or something to make docs not fail? I'm not sure what happened there.

@tjdevries
Copy link
Contributor Author

oh nvm, it was a flaky test

@tjdevries
Copy link
Contributor Author

As far as I can tell, this should be OK

@justinmk justinmk merged commit 307efe4 into neovim:master Jan 16, 2023
@przepompownia
Copy link
Contributor

local vimrc = (
empty(vim.env.MYVIMRC) and vim.fn.stdpath('config') .. '/init.vim' or vim.env.MYVIMRC
)
if not filereadable(vimrc) then

If init.lua exists instead of init.vim missing user config file is still reported.

yesean pushed a commit to yesean/neovim that referenced this pull request Mar 25, 2023
* refactor: remove all vimscript from nvim/health
* fixup: previous method broke if you had a folder named 'x-lua'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lua stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants