Giter VIP home page Giter VIP logo

Comments (8)

SamirOmarov avatar SamirOmarov commented on August 15, 2024

I see this is closed but Issue still persist on my end too with clean install. Even after this commit e898e5a

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

I see this is closed but Issue still persist on my end too with clean install. Even after this commit e898e5a

i did another commit, can you try that

from lvim.

venson avatar venson commented on August 15, 2024

Thanks for your quickfix. The error messages are gone as expected. But There is a WARN message, and the theme dont behave right

00:28:48 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="init.lua", line=105

image

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

@venson please do a :PackerCompile
and if the error appeared again, please run :messaages and screenshot the full error

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

btw i've added more commits since then, make sure you are on the latest

from lvim.

venson avatar venson commented on August 15, 2024
  1. I'm on the latest Commit Fix #25.
  2. finished the :PackerCompile
  3. 00:28:48 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="init.lua", line=105 is all I got from :messages
  4. I suspect that ~/.local/share/lunarvim/lvim/lua/lvim/config/init.lua may cause the problem, but I cant figure out.
function M:load(config_path)
  local autocmds = require "lvim.core.autocmds"
  config_path = config_path or self.get_user_config_path()
  local ok, err = pcall(dofile, config_path)
  if not ok then
    if utils.is_file(user_config_file) then
      Log:warn("Invalid configuration: " .. err)
    else
      Log:warn(string.format("Unable to find configuration file [%s]", config_path))
    end
  end

Does these code relevant?

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

@venson ok do this instead

:PackerSync

and then

:LvimCachaReset

if that didn't help either, please open a new issue

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

also check these log files for more info

~/.cache/nvim/lsp.log
~/.cache/nvim/lvim.log
~/.cache/nvim/log

from lvim.

Related Issues (20)

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.