-
-
Notifications
You must be signed in to change notification settings - Fork 232
pangloss vim-javascript plugin imcompability #154
Comments
I am also using pangloss-javascript plugin and have been experiencing this issue. |
@cjnucette Does those lines' indentation is using tabs? |
@Yggdroot Thanks! this solved my issue. Is there any way to get this plugin to detect a files indent settings like detectIndent? |
@Yggdroot No, white spaces. This are the relevant lines in my .vimrc: " Use spaces instead of tabs " Be smart when using tabs ;) " 1 tab == 4 spaces " Linebreak on 500 characters set ai "Auto indent |
Sorry closed by error |
Could you show me the sample file with text but not picture? |
Sure:
|
This is a conflict with vim-javascript plugin. Can only be solved by vim-javascript plugin. |
@Yggdroot What's the conflict? |
Yeah, that message was a bit cryptic. How is this an issue on the |
Hi, when i enable the plugin this happens
This only happens with inline javascript in html file.
my .vimrc:
" indentLine
let g:indentLine_enable=1
let g:indentLine_fileType=['javascript', 'html', 'css', 'scss', 'typescript']
let g:indentLine_color_term=239
let g:indentLine_color_gui='#A4E57E'
let g:indentLine_char='┊'
The text was updated successfully, but these errors were encountered: