Giter VIP home page Giter VIP logo

themery.nvim's Introduction

Hi there ๐Ÿ‘‹!

What a surprise to see us here.. :shipit:

I โค๏ธ open source, the WEB, pizza and resolving problems.

Making stuff, all time ๐Ÿ”ฅ

  • Full Stack ๐ŸŒŒ
  • SysAdmin ๐Ÿ’ป
  • Videogames DEV ๐Ÿ‘พ
  • Maker ๐Ÿ”ง๐Ÿ”ฉ

๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป Actually working as Freelancer and in ๐ŸŒฑ Event Garden.


I started my journey in the development world at a very young age, learning everything I could on my own. That allowed me to learn a little bit of everything (I admit I broke a few things in the process).

Official Studies completed for now: Degree in Telecommunications & Web Development.

Road to Computer Engineer (78%).


Twitter logo Linkedin logo

themery.nvim's People

Contributors

fceruti avatar kevinfengcs88 avatar ryanmsnyder avatar sarmun0 avatar zaldih 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  avatar  avatar  avatar

themery.nvim's Issues

Doesn't load theme config files

I'm using the gruvbox theme and using themery gives an error of
Themery error: Could not open file or read: /home/name/.config/nvim/v:null

This is my current setup in themery.lua

require("themery").setup({
themes = {{
name = "Day",
colorscheme = "gruvbox",
before = [[vim.opt.background = "light"]],
themeConfigFile = "/home/name/.config/nvim/lua/blah/plugins/day.lua"
}, {
name = "Night",
colorscheme = "gruvbox",
before = [[vim.opt.background = "dark"]],
themeConfigFile = "/home/name/.config/nvim/lua/blah/plugins/night.lua"
}
}
})

Pressing `q` or `<Esc>` does not exit picker

image

I get the above error whenever I try to quit the picker via q or <Esc>.


Here is my config:

-- themery.lua

return {
  'zaldih/themery.nvim',
  priority = 1000,
  opts = {
    themes = {
      'onedark',
      'catppuccin',
      'tokyonight',
    },
    themeConfigFile = '~/.config/nvim/lua/theme.lua',
  },
}
-- theme.lua

-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme onedark")
vim.g.theme_id = 1
-- end themery block

After selecting a colorscheme from the list, nvim print an error "Could not open file for read"

macOS: Sonoma 14.4.1
MacBook Pro: M3 Pro
Neovim: 0.9.5

error message after I select a colorscheme from the list:

Themery error: Could not open file for read: /Users/yanqzh/.config/nvim/v:null
image

My colorscheme.lua file content:

return {
  "zaldih/themery.nvim", -- a plugin to show a list to switch colortheme
  -- event = "VeryLazy",
  config = function()
    local themery = require("themery")
    themery.setup({
      themes = {
        "modus",
        "tokyonight",
        "everforest",
        "vscode",
        "visual_studio_code",
      },
    })
  end,
}

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.