GithubHelp home page GithubHelp logo

Comments (3)

danielnolan avatar danielnolan commented on June 1, 2024

Hi @Samuelodan that variable is defined in the ~/.vimrc.bundles file that is included on line 26 of the .vimrc

let g:has_async = v:version >= 800 || has('nvim')

dotfiles/vimrc

Lines 25 to 27 in 65cc8ef

if filereadable(expand("~/.vimrc.bundles"))
source ~/.vimrc.bundles
endif

It's possible the .vimrc.bundles isn't being loaded for some reason so the variable isn't defined before it's used in the conditional that's raising the error. Do you have a .vimrc.bundles file in your home directory?

from dotfiles.

Samuelodan avatar Samuelodan commented on June 1, 2024

Apologies for the delayed response.
I don't have vimrc.bundles
I think I just copied all the text from the .vimrc file and pasted in my file. I've not yet learned to separate the files.

from dotfiles.

danielnolan avatar danielnolan commented on June 1, 2024

It's best to follow the install instructions so that all of the files needed are symlinked into your home directory. If you don't want to install everything you could try copying the contents of vimrc.bundles to a file in your home directory called .vimrc.bundles.

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.