Coder Social home page Coder Social logo

Comments (8)

refarb avatar refarb commented on August 14, 2024 4

Sure! All I put into the .luarc.json file sitting next to my init.lua was this:

{
    "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
    "runtime.version": "LuaJIT"
}

The "$schema" came from the official lua language server documentation regarding the config files and the runtime.version key came from the same page while the value was my best guess at how the server likely stored/referred to the LuaJIT runtime.

from neodev.nvim.

refarb avatar refarb commented on August 14, 2024

I also recently (aka up until just now) had the same/a similar problem.
In my case the lua language server incorrectly set the project root to / which obviously disables neodev as that is not a neovim config directory.
Creating a barebones .luarc.json with only the schema (from the lua language server docs) and lua runtime version set to LuaJIT seems to have fixed my problem.

from neodev.nvim.

xzbdmw avatar xzbdmw commented on August 14, 2024

I also recently (aka up until just now) had the same/a similar problem. In my case the lua language server incorrectly set the project root to / which obviously disables neodev as that is not a neovim config directory. Creating a barebones .luarc.json with only the schema (from the lua language server docs) and lua runtime version set to LuaJIT seems to have fixed my problem.

Could you share how to set Luajit:)

from neodev.nvim.

natemaia avatar natemaia commented on August 14, 2024

I've had the same issue recently and the above .luarc.json worked perfectly.

from neodev.nvim.

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.