Giter Site home page Giter Site logo

Highlight not working about elm.vim HOT 3 CLOSED

thelastinuit avatar thelastinuit commented on June 29, 2024
Highlight not working

from elm.vim.

Comments (3)

thelastinuit avatar thelastinuit commented on June 29, 2024

Nvm... my bad... the order matters

syntax on
filetype off
filetype on

from elm.vim.

ferborva avatar ferborva commented on June 29, 2024

@thelastinuit What was the solution? I can't get the highlighting to work. Same case I guess. Nvm installed

from elm.vim.

alexxmde-zz avatar alexxmde-zz commented on June 29, 2024

My highlighting also doesn't work.
Here is my .vimrc

@set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'vim-syntastic/syntastic'

Plugin 'VundleVim/Vundle.vim'

Plugin 'scrooloose/nerdtree'

Plugin 'jistr/vim-nerdtree-tabs'

Plugin 'wakatime/vim-wakatime'

Plugin 'pangloss/vim-javascript'
Plugin 'chemzqm/vim-jsx-improve'
Plugin 'flazz/vim-colorschemes'

Plugin 'digitaltoad/vim-pug'



Plugin 'Yggdroot/indentLine'


Plugin 'lambdatoast/elm.vim'
call vundle#end() 

nnoremap th  :tabfirst<CR>
nnoremap tj  :tabnext<CR>
nnoremap tk  :tabprev<CR>
nnoremap tl  :tablast<CR>
set nocompatible
set nobackup
set nowritebackup
set noswapfile
set ruler
set ignorecase
set smartcase
set autoread
set list listchars=tab:\ \ ,trail:^
set number
"let g:javascript_plugin_jsdoc = 1

set foldmethod=syntax
set shiftwidth=2
set expandtab
set softtabstop=2
set autoindent
":colorscheme lucius
"set shortmess+=I
set term=screen-256color
set clipboard=unnamedplus
let g:closetag_filenames = "*.jsx,*.html,*.xhtml,*.phtml" 
let g:jsx_ext_required = 0

set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*

let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_javascript_checkers = ['eslint']
command -nargs=? -complete=file ElmMake call elm#Make(<f-args>)                                                                       
command ElmMakeMain call elm#Make("Main.elm")                                                                                         
command -nargs=? -complete=file ElmTest call elm#Test(<f-args>)                                                                       
command ElmRepl call elm#Repl()                                                                                                       
command ElmErrorDetail call elm#ErrorDetail()                                                                                         
command ElmShowDocs call elm#ShowDocs()                                                                                               
command ElmBrowseDocs call elm#BrowseDocs()                                                                                           
command ElmFormat call elm#Format()   
:colorscheme iceberg

filetype plugin indent on

from elm.vim.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.