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

Neovim: E518: Unknown option: cursorlineopt=number #5

Open
ckp95 opened this issue Sep 18, 2021 · 0 comments
Open

Neovim: E518: Unknown option: cursorlineopt=number #5

ckp95 opened this issue Sep 18, 2021 · 0 comments

Comments

@ckp95
Copy link

ckp95 commented Sep 18, 2021

Trying Neovim with this minimal init.vim

let mapleader = "\<Space>"

:filetype plugin on
:syntax on
:filetype indent on

call plug#begin('~/.config/nvim/plugged')

Plug 'sheerun/vimrc'
Plug 'sheerun/vim-polyglot'
Plug 'phanviet/vim-monokai-pro'

call plug#end()

colorscheme monokai_pro

After installing and reloading I get the error:

Error detected while processing /home/cameron/.config/nvim/plugged/vimrc/plugin/vimrc.vim:
line  179:
E518: Unknown option: cursorlineopt=number

I commented out the offending line in the plugged/vimrc/plugin/vimrc.vim file and the error went away.

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