Skip to content

Plugin appears not to get loaded by neovim #318

@dasteihn

Description

@dasteihn

rust.vim version:

The issue appears to be very similar to issue 288, though I don't use the vim-css Plugin like the other guy did.

I use vimplug and rust.vim commit 9984b97
Editor is Neovim, version 0.1.7

Steps to reproduce:
Install the rust.vim and open a Rust-file

Expected vs. actual behavior:
It's expected to have working syntax highlighting. Instead, all that is highlighted for me are the brackets, everything else is treated as normal text.

Paste debugging info from the Rust Vim plugin via one of the following
commands: :RustInfo, :RustInfoToClipboard, or :RustInfoToFile <filename>.

The RustInfo(nor similar) command appears not to be found by nvim. Yet the PlugStatus indicates that the plugin is ready to use

Finished. 0 error(s).
[===]

- nerdcommenter: OK
- nerdtree: OK (not loaded)
- rust.vim: OK

Vimrc:

:set number
:colorscheme torte
:set colorcolumn=81,91
:set tabstop=4
:set smarttab
:set autoindent
:set shiftwidth=4
let g:airline_powerline_fonts = 0

let mapleader = ","

call plug#begin('~/.nvim/plugged')
Plug 'scrooloose/nerdtree', { 'on':  'NERDTreeToggle' }
Plug 'scrooloose/nerdcommenter'
Plug 'rust-lang/rust.vim'
call plug#end()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions