Code Monkey home page Code Monkey logo

evergarden's Introduction

trans rights 🏳️‍⚧️

{
  about = {
    job = "student";
    age = x: 2^5 - x + i;
  };
} // {
  learn = with lang; [ odin svelte ];
  exp = with lang; [ go rust c lua cpp typescript react vue css csharp ];
}

currently actively maintaining @isabelroses's todo list.

🍵 chaivim

chaivim is a modular neovim distro built for sustainability and ease of use. it allows neovim configuration to be easier using custom config modules.

🌹 evergarden

a comfy neovim colorscheme for cozy morning coding. evergarden is a neovim colorscheme designed for a cozy coding experience, inspired by everforest and nord.

🌱 saku

saku, 🌱 a tiny distro-independent package manager written in Rust.

Saku is a lightweight nightly package manager for macOS/linux. It provides simplified package management and aims to be lightweight and efficient.

📦 neovim plugins

  • keymaps.nvim, 🍊 a keymap manager for Neovim, simplifying keybinding management and customization.
  • shelf.nvim, 📚 a bookmarks manager for chaivim.

🎨 Colorschemes

  • evergarden, 🌹 a comfy neovim colorscheme for cozy morning coding.
  • twilight-moon, 🌲 a cozy neovim colorscheme for nightly programmers.
  • aki, a calm neovim colorscheme for cozy morning coding.
  • gruvboxed, A comfortable retro groove colorscheme for Vim.

🚀 Other projects

  • gtea, 🍵 a small git utility in bash.
  • lime, 🍋 a tiny zsh configuration manager.
  • dotfiles, my dotfiles.
  • wallpapers, a collection of somewhat high-res images.
  • Forest, a simple markdown editor.

evergarden's People

Contributors

comfysage avatar cultofleda avatar iton0 avatar rickliujh 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

evergarden's Issues

[bug report] markdown link highlight error

image
其中 `L` 表示字符,他还有一些子类别,比如 `Ll` 表示小写字符,具体可以看 [https://zh.javascript.info/regexp-unicode#unicode-shu-xing-p](https://zh.javascript.info/regexp-unicode#unicode-shu-xing-p)

bug report image and code above, the expected behavior is the link has consistent highlighting.

inspectTree output below

image

[bug report] crash because of a missing `style.sign` override

There's a change in the recent commit that introduced an issue. It assumes that there's a sign field in style configuration

local sign_colors = config.style.sign.highlight and { soft = theme.bg3 } or {}

which wasn't the case for my configuration:

opts = {
  transparent_background = false,
  contrast_dark = 'hard',
  override_terminal = true,
  style = {
	  tabline = { reverse = true, color = 'green' },
	  search = { reverse = false, inc_reverse = true },
	  types = { italic = true },
	  keyword = { italic = true },
	  comment = { italic = true },
          -- no sign!
  },
  overrides = {},
},

and that's why I get the error:

E5113: Error while calling lua chunk: ...lua/evergarden/theme.lua:83: attempt to index field 'sign' (a nil value)

The solution is obviously to add the missing sign option. But it seems to me that at the plugin level, you can add a deep merge of configurations so that such problems do not arise

sidenote: one of the best color themes, thank you very much!

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.