We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying Neovim with this minimal init.vim
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.
plugged/vimrc/plugin/vimrc.vim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying Neovim with this minimal
init.vim
After installing and reloading I get the error:
I commented out the offending line in the
plugged/vimrc/plugin/vimrc.vim
file and the error went away.The text was updated successfully, but these errors were encountered: