Code Monkey home page Code Monkey logo

Comments (8)

atomantic avatar atomantic commented on August 15, 2024

definitely should not take very long at all. Try just running this: vim +PluginInstall +qall, just removing the output redirection here: https://github.com/atomantic/dotfiles/blob/main/install.sh#L272

from dotfiles.

dheerajchand avatar dheerajchand commented on August 15, 2024

To be clear, I run that command from the same directory in which install.sh lives, T/F?

from dotfiles.

atomantic avatar atomantic commented on August 15, 2024

should be able to run that vim command from anywhere

from dotfiles.

dheerajchand avatar dheerajchand commented on August 15, 2024

Is this expected behaviour?

~  vim +PluginInstall +qall  ✔  2945  12:49:35
Error detected while processing /Users/dheerajchand/.dotfiles/homedir/.vim/bundle/vim-fugitive/plugin/fugitive.vim:
line 470: E1208: -complete used without allowing argumentsline 471: E1208: -complete used without allowing argumentsline 475: E1208: -complete used without allowing argumentsline 478: E1208: -complete used without allowing argumentsError detected while processing /Users/dheerajchand/.dotfiles/homedir/.vim/bundle/vim-esformatter/plugin/esformatter.vim:
line 111: E1208: -complete used without allowing argumentsline 112: E1208: -complete used without allowing argumentsPress ENTER or type command to continue

from dotfiles.

atomantic avatar atomantic commented on August 15, 2024

What do you get with vim +PluginList? I've updated my plugins and they appear to be ok on my end....
You could try commenting out some of these plugin lines to see if it's something particular with particular plugins like vim-fugitive: https://github.com/atomantic/dotfiles/blob/main/homedir/.vimrc#L34

from dotfiles.

dheerajchand avatar dheerajchand commented on August 15, 2024
Error detected while processing /Users/dheerajchand/.dotfiles/homedir/.vim/bundle/vim-fugitive/plugin/fugitive.vim:
line  470: E1208: -complete used without allowing argumentsline  471: E1208: -complete used without allowing argumentsline  475: E1208: -complete used without allowing argumentsline  478: E1208: -complete used without allowing argumentsError detected while processing /Users/dheerajchand/.dotfiles/homedir/.vim/bundle/vim-esformatter/plugin/esformatter.vim:
line  111: E1208: -complete used without allowing argumentsline  112: E1208: -complete used without allowing argumentsPress ENTER or type command to continue```
<img width="942" alt="Screen Shot 2022-04-04 at 12 14 34 PM" src="https://user-images.githubusercontent.com/482844/161596661-eab81b9f-656e-4a4f-b3ae-16d5bb14be71.png">

from dotfiles.

atomantic avatar atomantic commented on August 15, 2024

maybe try changing the .vimrc to remove Fugitive and then do: vim +PluginClean -- seems something is wrong with Fugitive...

from dotfiles.

atomantic avatar atomantic commented on August 15, 2024

looks like this error is identified as out of date fugitive: tpope/vim-fugitive#1848

Maybe try force-killing vim-fugitive and reinstall:

rm -rf ~/.vim/bundle/vim-fugitive
vim +PluginInstall +qall

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.