-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathwezterm-types-plugin.wez-pain-control.txt
More file actions
41 lines (32 loc) · 1.1 KB
/
Copy pathwezterm-types-plugin.wez-pain-control.txt
File metadata and controls
41 lines (32 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*wezterm-types-plugin.wez-pain-control.txt* `wez-pain-control` types
WEZ-PAIN-CONTROL ~
You can import type annotations for `sei40kr/wez-pain-control`
<https://github.com/sei40kr/wez-pain-control> as shown below:
>lua
---@type WezPainControl
local wez_pain_control = wezterm.plugin.require("https://github.com/sei40kr/wez-pain-control")
<
Or, if you’ve installed it locally:
>lua
---@type WezPainControl
local wez_pain_control = require("wez-pain-control.plugin")
<
------------------------------------------------------------------------------
If you’re using `lazydev.nvim` and you have installed the plugin locally you
can put this in your setup:
>lua
{
'folke/lazydev.nvim',
ft = 'lua',
dependencies = { 'DrKJeff16/wezterm-types' },
opts = {
library = {
-- Other library configs...
{ path = 'wezterm-types', mods = { 'wezterm' } },
{ path = 'wez-pain-control', mods = { 'wez-pain-control' } },
},
},
}
<
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
vim:tw=78:ts=8:noet:ft=help:norl: