Skip to content

Wezterm (config) types for Lua Language Server

License

Notifications You must be signed in to change notification settings

gonstoll/wezterm-types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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%