Skip to content

Commit

Permalink
perf: reduce startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Feb 23, 2023
1 parent f388995 commit e9971a9
Show file tree
Hide file tree
Showing 16 changed files with 1,106 additions and 1,005 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
uses: actions/checkout@v3

- name: Install LuaJIT
uses: leafo/gh-actions-lua@v9
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.1.0-beta3"

- name: Link luajit
run: ln -sf luajit-2.1.0-beta3 .lua/bin/luajit

- name: Install Luarocks
uses: leafo/gh-actions-luarocks@v4

Expand Down
1 change: 1 addition & 0 deletions gen_help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ local function get_marker_text(marker)
CONFIG = gen_config_doc,
FUNCTIONS = gen_functions_doc{
'teal/gitsigns.tl',
'teal/gitsigns/attach.tl',
'teal/gitsigns/actions.tl',
},
HIGHLIGHTS = gen_highlights_doc,
Expand Down
Loading

0 comments on commit e9971a9

Please sign in to comment.