Giter VIP home page Giter VIP logo

Comments (4)

bluz71 avatar bluz71 commented on August 15, 2024 1

Excellent news. We can now close this issue.

Best regards.

from vim-nightfly-colors.

bluz71 avatar bluz71 commented on August 15, 2024

Have you tried a minimal initialisation file such as the following:

set termguicolors
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath

if empty(glob('~/.vim/autoload/plug.vim'))
  silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif

call plug#begin('~/.vim/plugged')

Plug 'bluz71/vim-nightfly-guicolors'

call plug#end()

colorscheme nightfly

I suspect your runtimepath may be the issue. Just speculating from your description.

Note, if using Mac, use Homebrew Vim, not the Mac supplied Vim (which is broken). Ignore this suggestion if not using Mac or Mac default Vim.

Cheers.

from vim-nightfly-colors.

weust1979 avatar weust1979 commented on August 15, 2024

Will try that.

This is on FreeBSD 13.0-RELEASE-p4.
I have/had gruvbox as a theme for a long time now, but that was installed using another plugin manager.
But I couldn't see from my .vimrc file how that would clash in this case.

I can paste the contents of that too if you want, should I not get it fixed with the minimal init file.

from vim-nightfly-colors.

weust1979 avatar weust1979 commented on August 15, 2024

Found it. I had the colorscheme line almost at the top of the file.
For the way I had gruvbox setup it works, but plug seems to want it below calling it.

Guess that makes sense, but based on installation instructions that part is only needed to install the plugin. But apparently also to load it.

from vim-nightfly-colors.

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.