Auli
Auli

Reputation: 74

Vim vim-javascript can't syntax

Vim plugin

I've problem when install pangloss/vim-javascript plugin.

It can't show syntax highlight on .js file.

Include document ,if/else ,do while

I'm already try pangloss github and find else answer, but can't solve.

Here's my setting link https://github.com/ChiHsiang/oliver-vim

Please help me. thanks a lot.

Upvotes: 0

Views: 590

Answers (1)

Stanisław Drozd
Stanisław Drozd

Reputation: 61

Add

syntax on

to your ~/.vimrc file and it should work rightaway.

Upvotes: 2

Related Questions