Giter Club home page Giter Club logo

neosolarized.nvim's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

neosolarized.nvim's Issues

E5105 Error while calling LUA chunk

I don't know anything about LUA so I can't begin to debug this. When starting nvim I'm left with the error below and no solarized theme.

Error detected while processing /home/ubuntu/.config/nvim/init.vim:
line   13:
E5105: Error while calling lua chunk: ...nvim/site/plugged/neosolarized.nvim/lua/neosolarized.lua:36: attempt to call up
value 'cmd' (a nil value)
Press ENTER or type command to continue

Don't worry this is WSL running Ubuntu 20.04, I don't have brain damage

Colors not correct in iTerm2

I was trying out the colorscheme as the one that I'm currently doesn't support the newer features of nvim.

I loaded it and it obviously didn't work:
image

So I tried the original neosolarized and that one works correctly.

I'm using Lazy as a package manager and this is my config:

  'tjdevries/colorbuddy.nvim',
  {
    'svrana/neosolarized.nvim',
    config = function()
      vim.cmd.colorscheme 'neosolarized'
    end,
  },

Is there something extra that needs to be configured to get it to work?

W18: Invalid character in group name

I'm getting

Error detected while processing /Users/rubelagu/dotfiles/neovim/after/plugin/neosolarized.rc.lua:
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name

This comes from the setup() on

local status, n = pcall(require, "neosolarized")
if (not status) then return end

n.setup({
  --   comment_italics = true,
})

I'm using the latest :PackerUpdate.

Colorbuddy plugin is not loaded properly due to typo in plugin name

When installing using Packer, in my init.lua file, I get this once I reload neovim:

Error detected while processing /home/dg/.config/nvim/init.lua:
E5113: Error while calling lua chunk: ...pack/packer/start/neosolarized.nvim/lua/neosolarized.lua:28: Vim(packadd):E919: Directory not found in 'packpath': "pack/*/opt/col
orbuddy.nvim"
stack traceback:
        [C]: in function 'cmd'
        ...pack/packer/start/neosolarized.nvim/lua/neosolarized.lua:28: in function 'setup'
        /home/dg/.config/nvim/init.lua:77: in main chunk
Press ENTER or type command to continue

Following the error details, it looks like there's a typo in the plugin extension, currently it's .nvim but the repo it's really called colorbuddy.vim.

Very simple fix on line 29 of neosolarized.lua. Should I submit a PR?

Unknown setting: background_color

I really appreciate your colorscheme.

It works great, except that I see this error message in my statusline on starting up neovim 0.8.1:

neosolarized: unknown setting:  background_color

My settings do specify that as a parameter.

n = require("neosolarized").setup({
  comment_italics = true,
  background_set = true,
  background_color = require("colorbuddy.init").Color.new("custom_bg", "#00252E")
})

n.Group.new('PreProc', n.colors.yellow)
n.Group.new("NormalNC", n.colors.base0, n.bg_color)

The really strange part is that it actually does work; it just complains about the setting.

Am I doing something wrong with my settings? I am not a Lua developer.

Diagnostic problem

Hello, I would like to figure out my problem.
Hint diagnostic is not working properly:

  1. first is obvious, hint on lualine and scheme are not the same, I wonder if I can fix it somehow
  2. second is that when I'm changing the colour manually (white) to match lualine colour (white), it is working until refreshing nvim
    and then it is again the standard dark_green
Screenshot 2023-07-31 at 10 06 56

Background color is black

I don't know whether this is intended behavior or if I'm doing something wrong. The theme sets the background color to black.

image

I even tried it in a clean nvim config using only init.lua:

https://gist.github.com/sorashi/9f144e5aa33c1be480d2e675418bc53d

The result is the same.


The background color is set to the solarized background color when I do this using colorbuddy

Group.new('Normal', colors.base0, colors.base03, styles.NONE)
Group.new('NormalNC', colors.base0:dark(), colors.base03, styles.NONE)

image

(although notice the line number 1 background is still black)


The issue appears in all terminals when using nvim (wezterm, gnome-terminal, black box). It also appears in neovide.

nvim --version v0.8.0

Cannot switch back to theme

If nvim is set to any other color theme, then calling :colorscheme neosolarized has no effect. Should I use another command(s) if I want to switch back to neosolarized ?

Transparency settings not honored for mason popup

Colorscheme works perfectly fine for every plugin which has floating windows. but it doesnt seem to work with the mason. I have changed winblend options and tried. I thought the problem is within the mason but when i tried it with catppuccin it worked fine. I think there is no support for mason. Please look into it.

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.