Skip to content

Error when trying to apply the colorscheme: "error loading module 'lush_theme.bluloco'" #47

Open
@emilBeBri

Description

@emilBeBri

Hi I'm getting this error when calling the colorscheme - does not matter if I choose it through telescope or natively:


E5108: Error executing lua ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:988: Vim(colorscheme):E5113: Error while calling lua chunk: ....local/share/nvim/lazy/bluloco.nvim/lua/bluloco/init.lua:28: lo
op or previous error loading module 'lush_theme.bluloco'
stack traceback:
        [C]: in function 'require'
        ....local/share/nvim/lazy/bluloco.nvim/lua/bluloco/init.lua:28: in function 'load'
        ...l/.local/share/nvim/lazy/bluloco.nvim/colors/bluloco.lua:12: in main chunk
        [C]: in function 'cmd'
        ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:988: in function 'run_replace_or_original'
        ...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_func'
        ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:352: in function 'execute_keymap'
        [string ":lua"]:1: in main chunk
stack traceback:
        [C]: in function 'cmd'
        ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:988: in function 'run_replace_or_original'
        ...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_func'
        ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:352: in function 'execute_keymap'
        [string ":lua"]:1: in main chunk

I'm using lazy and I'm installing it like this:

return{

{
  'uloco/bluloco.nvim',
  lazy = false,
  priority = 1000,
  dependencies = { 'rktjmp/lush.nvim' },
  config = function()
    require('bluloco').setup{

    -- your optional config goes here, see below.
    style = "auto",               -- "auto" | "dark" | "light"
    transparent = false,
    italics = false,
    terminal = vim.fn.has("gui_running") == 1, -- bluoco colors are enabled in gui terminals per default.
    guicursor   = true, 
    }
    -- vim.cmd.colorscheme 'bluloco'
    end,
}


}

I can change theme to other stuf like Carbon fox or Tokyonight just fine.

I'm still learning nvim so I apologize if I'm missing some important information, or not seeing something obvious. Please correct me in this case. thank you for this wonderful theme, that I like to be able to use :D

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions