8000 GitHub - gonstoll/wezterm-types: Wezterm (config) types for Lua Language Server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gonstoll/wezterm-types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wezterm-types

Wezterm (config) types for Lua Language Server

Installation

For Neovim users, if you are using Lazy as a package manager, install this together with lazydev:

{
  'folke/lazydev.nvim',
  ft = 'lua',
  dependencies = {
    {'gonstoll/wezterm-types', lazy = true},
  },
  opts = {
    library = {
      {path = 'wezterm-types', mods = {'wezterm'}},
    },
  },
}

Then on your Wezterm configuration file, cast a type to the required module:

local wezterm = require('wezterm') --[[@as Wezterm]]

About

Wezterm (config) types for Lua Language Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%
0