Skip to content

xackery/awesomewm-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesomewm-definitions

Lua Definitions for AwesomeWM

Installation

Create a folder in a global, generic path, for example: /src/lua-definitions

git clone this repo under this generic path, so it ends up like: /src/lua-definitions/awesomewm-definitions (this will be used in the settings.json noted below)

Get vscode

Under extensions, find the sumneko 'lua' extension

Open your ~/.config/awesome/ folder as a workspace

Create a new folder called .vscode/

Inside .vscode/ create a file called settings.json

Inside it, add these settings, changing the c:\lua-definitions\eqemu-definitions path to where you cloned this repository

{
    "Lua.runtime.version": "Lua 5.1",
    "Lua.workspace.library": [
        "/src/lua-definitions/awesomewm-definitions"
    ],
    "Lua.diagnostics.disable": [
        "lowercase-global"
    ],
}

That's it!

If you find errors you can report them in issues or ping Xackery on discord

About

Lua Definitions for AwesomeWM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages