Skip to content

Commit 77a9f42

Browse files
Remove unneeded turning off some diagnostics
1 parent baf6861 commit 77a9f42

8 files changed

Lines changed: 0 additions & 16 deletions

File tree

lua/ergoterm/events/on_buf_enter.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.collection"
42
local collection = require("ergoterm.collection")
53
---@module "ergoterm.mode"

lua/ergoterm/events/on_exit.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
local M = {}
42

53
---@param term Terminal

lua/ergoterm/events/on_win_closed.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.size"
42
local size_utils = require("ergoterm.size_utils")
53

lua/ergoterm/events/on_win_leave.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.mode"
42
local mode = require("ergoterm.mode")
53

lua/ergoterm/instance/cleanup.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.collection"
42
local collection = require("ergoterm.collection")
53

lua/ergoterm/instance/close.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
local on_win_closed = require("ergoterm.events.on_win_closed")
42

53
local M = {}

lua/ergoterm/instance/focus.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.collection"
42
local on_buf_enter = require("ergoterm.events.on_buf_enter")
53

lua/ergoterm/instance/unfocus.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---@diagnostic disable: invisible
2-
31
---@module "ergoterm.events.on_win_leave"
42
local on_win_leave = require("ergoterm.events.on_win_leave")
53

0 commit comments

Comments
 (0)