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

Elixir filetype not found #535

Open
cwahlfeldt opened this issue Nov 9, 2020 · 0 comments
Open

Elixir filetype not found #535

cwahlfeldt opened this issue Nov 9, 2020 · 0 comments

Comments

@cwahlfeldt
Copy link

This is happening with neovim v0.4.4 and vim plug.

The elixir syntax is not available for me. I installed the plugin via vim plug and went to look at the list of available file types but it doesn't exist. I don't see any highlighting in elixir files either.

Things I've tried are reinstalling the plugin, doing a manual install of the plugin, remove all other plugins except vim elixir, making sure syntax on and filetype plugin indent on are set in my init.vim file... nothings worked.

Heres a list of plugins Im using.

Plug 'whatyouhide/vim-gotham'
Plug 'ryanoasis/vim-devicons'
Plug 'othree/yajs.vim'
Plug 'yuki-ycino/fzf-preview.vim'
Plug 'StanAngeloff/php.vim'
Plug 'stephpy/vim-php-cs-fixer'
Plug 'junegunn/goyo.vim'
Plug 'hail2u/vim-css3-syntax'
Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'maxmellon/vim-jsx-pretty'
Plug 'lumiliet/vim-twig'
Plug 'elzr/vim-json'
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-commentary'
Plug 'wavded/vim-stylus'
Plug 'mattn/emmet-vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'preservim/nerdtree'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'godlygeek/tabular'
Plug 'ap/vim-css-color'
Plug 'jiangmiao/auto-pairs'
Plug 'rust-lang/rust.vim'
Plug 'cespare/vim-toml'
Plug 'liuchengxu/vim-clap', { 'do': ':Clap install-binary' }
Plug 'veloce/vim-behat'
Plug 'elixir-editors/vim-elixir'
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