Git Product home page Git Product logo

Comments (16)

olimorris avatar olimorris commented on September 26, 2024

If I repeat this with a minimal config:

call plug#begin()
Plug 'olimorris/onedarkpro.nvim'
call plug#end()

lua << EOF
require("onedarkpro").load()
EOF

and try nvim --noplugin -u minimal.vim ~/path_to_a_file.lua, I see it working:

Screen Shot 2022-03-21 at 16 14 45@2x

I can also see overrides working okay:

lua << EOF
local onedarkpro = require("onedarkpro")
onedarkpro.setup({
    colors = {
 	bg = "#FFF000"
    },
})
onedarkpro.load()
EOF

Screen Shot 2022-03-21 at 16 14 23@2x

Can you try repeating with a minimal config.

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

doesn't work

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

I have the error

Screen Shot 2022-03-21 at 20 32 29

from onedarkpro.nvim.

olimorris avatar olimorris commented on September 26, 2024

You need to run PlugInstall to install it

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

Alright, I did it, but problem was not gone

Screen Shot 2022-03-21 at 20 47 37

from onedarkpro.nvim.

olimorris avatar olimorris commented on September 26, 2024

Can you run nvim --version and share the output?

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

Screen Shot 2022-03-21 at 20 54 35

from onedarkpro.nvim.

olimorris avatar olimorris commented on September 26, 2024

The only things I can think of are to completely clear out your plugged directory where other plugins may have been downloaded to. I wonder if there's a weird interaction there.

Otherwise, I'd advise trying EdenEast/nightfox.nvim and seeing if that gives the same result.

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

NightFox a little bit works wrong, but it works
Screen Shot 2022-03-21 at 21 23 15
Screen Shot 2022-03-21 at 21 24 36

from onedarkpro.nvim.

olimorris avatar olimorris commented on September 26, 2024

That looks broken too. Is your terminal showing 24 bit colors?

https://unix.stackexchange.com/questions/404414/print-true-color-24-bit-test-pattern

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

I think no
Screen Shot 2022-03-21 at 21 47 10

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

but tmux can
Screen Shot 2022-03-21 at 21 49 26

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

Yes, it works, but in tmux and it not looks like the dark theme that you showed in lobby
Screen Shot 2022-03-21 at 21 56 02

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

Also it works in iTerm2
Screen Shot 2022-03-21 at 22 08 55

from onedarkpro.nvim.

KananHasanov747 avatar KananHasanov747 commented on September 26, 2024

Ok thanks for help

from onedarkpro.nvim.

olimorris avatar olimorris commented on September 26, 2024

Pleasure and enjoy the theme!

from onedarkpro.nvim.

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.