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

Not using indent settings from .vimrc? #112

Open
dnd opened this issue Jul 9, 2018 · 0 comments
Open

Not using indent settings from .vimrc? #112

dnd opened this issue Jul 9, 2018 · 0 comments

Comments

@dnd
Copy link

dnd commented Jul 9, 2018

I installed the plugin using pathogen. It didn't seem to use the ftdetect script, so I manually placed the command in my .vimrc, and then syntax highlighting started to work.

The indentation though doesn't work at all in html, js, or css. It seems to be doing some combination of tabs and spaces. In my vue file verbose set shiftwidth? = 8, and verbose set expandtab? = noexpandtab. If I check those values in an html or javascript file, I get verbose set shiftwidth? = 2, and verbose set expandtab? = expandtab and it shows that it was last set in my .vimrc

Any ideas what might be going on, or where I should start looking for the problem?

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

1 participant