Coder Social home page Coder Social logo

oh-lucy.nvim's Introduction

Hello, there!

oh-lucy.nvim's People

Contributors

matze avatar sebkolind avatar senpai-10 avatar sevenwhiteclouds avatar yazeed1s avatar

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

oh-lucy.nvim's Issues

Add highlight for WinSeparator

Nvim is deprecating VertSplit and moving to WinSeparator for borders in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.

theme does not set colors_name variable

I tried with a minimal setup with only this theme (no plugin).

:colorscheme blue
:echo g:colors_name
blue
:colorscheme oh-lucy
:echo g:colors_name
E121: Undefined variable: g:colors_name

I tried removing vim.g.colors_name = 'oh-lucy' from init.lua and add it to the M.load function in util.lua and colors_name is defined.

Am I missing something to configure for this to work?

italic_booleans config is in config.lua

config.lua don't get the italic_booleans

https://github.com/Yazeed1s/oh-lucy.nvim/blob/main/lua/oh-lucy/config.lua#L16-L22

config = {
  transparent_background = opt('transparent_background', false),
  italic_comments = opt('italic_keywords', true) and 'italic' or 'NONE',
  italic_keywords = opt('italic_keywords', true) and 'italic' or 'NONE',
  italic_functions = opt('italic_function', false) and 'italic' or 'NONE',
  italic_variables = opt('italic_variables', true) and 'italic' or 'NONE',
}

Not set `g:color_names`

Now g:color_names is not set, so after I use oh-lucy, the :colorscheme command will simply return default which is not the truth.

Thanks!

It defaults to `oh-lucy`

I want to use oh-lucy-evening but it defaults to oh-lucry and oh-lucy-evening doesn't work for me.

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.