Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimlsp_settings_suggest() doesn't work on elixir file(*.ex, *.exs) #92

Closed
pojiro opened this issue Jan 21, 2020 · 5 comments
Closed

vimlsp_settings_suggest() doesn't work on elixir file(*.ex, *.exs) #92

pojiro opened this issue Jan 21, 2020 · 5 comments

Comments

@pojiro
Copy link
Contributor

pojiro commented Jan 21, 2020

OS: linux
vim: version 8.0.1453

When I open other filetype like *.c, *.cpp, the function works.

@mattn
Copy link
Owner

mattn commented Jan 21, 2020

What do you get with :set ft?

:e foo.ex
:set ft?
:e foo.exs
:set ft?

@mattn
Copy link
Owner

mattn commented Jan 21, 2020

Do you install elixir-editors/vim-elixir ?

@pojiro
Copy link
Contributor Author

pojiro commented Jan 21, 2020

I got below filetype.

:e foo.ex
:set ft?

filetype=euphoria3

:e foo.exs
:set ft?

filetype=

@pojiro
Copy link
Contributor Author

pojiro commented Jan 21, 2020

Do you install elixir-editors/vim-elixir ?

No, I don't.
So I installed it, and tried :e foo.ex, the function works! Thanks for your quick reply.

Did I miss any documentation?

@mattn
Copy link
Owner

mattn commented Jan 21, 2020

Most of users don't read documentation. I'm trying to show suggestion for installing vim-plugins

#93

@mattn mattn closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants