Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
Use lazydev.nvim to play nice with LSP instead.
  • Loading branch information
fredrikaverpil committed Jun 15, 2024
1 parent a935ff7 commit 06dd93f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lua/neotest-golang/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
local _ = require("neotest")

local options = require("neotest-golang.options")
local discover_positions = require("neotest-golang.discover_positions")
local runspec_dir = require("neotest-golang.runspec_dir")
Expand Down
2 changes: 0 additions & 2 deletions lua/neotest-golang/runspec_dir.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
local _ = require("neotest") -- fix LSP errors

local options = require("neotest-golang.options")

local M = {}
Expand Down

0 comments on commit 06dd93f

Please sign in to comment.