A1Liu / a1liu

Personal Repository
https://a1liu.com
MIT License
5 stars 1 forks source link

Vim plugins error #5

Closed Kn99HN closed 3 years ago

Kn99HN commented 3 years ago
Error detected while processing /Users/khanhnguyen/.vimrc[78]../Users/khanhnguyen/config/programs/neovim/plugins-list.vim:
line   52:
E117: Unknown function: plug#begin
line   59:
E492: Not an editor command: Plug 'lifepillar/vim-solarized8'
line   62:
E492: Not an editor command: Plug 'sheerun/vim-polyglot'
line   71:
E492: Not an editor command: Plug 'SirVer/ultisnips'
line   72:
E492: Not an editor command: Plug 'honza/vim-snippets'
line   78:
E492: Not an editor command: Plug 'Chiel92/vim-autoformat'
line  101:
E492: Not an editor command: Plug 'autozimu/LanguageClient-neovim'
line  119:
E492: Not an editor command: Plug 'tpope/vim-eunuch'
line  120:
E492: Not an editor command: Plug 'tpope/vim-fugitive'
line  123:
E117: Unknown function: plug#end
Error detected while processing /Users/khanhnguyen/.vimrc[86]../Users/khanhnguyen/config/programs/neovim/visual.vim:
line   82:
E185: Cannot find color scheme 'solarized8_high'
A1Liu commented 3 years ago

Are you on the latest version of the repository? There shouldn't be any plugins by default on latest.

Kn99HN commented 3 years ago

I think my version is a little while back, maybe 2,3 weeks ago.

A1Liu commented 3 years ago

What commit are you on? i.e. the hash with git log

Kn99HN commented 3 years ago

f8b9a49aa88da6d82430d0948f3dee7bf2299bdc. Should I just fetch latest and run it again?

A1Liu commented 3 years ago

Yeah, your commit is from May so its missing a few of the more recent compatibility changes

Kn99HN commented 3 years ago

Ok, gotcha!