Skip to content

Commit

Permalink
fix: removed unused plenary require. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 22, 2021
1 parent d7446c6 commit 1ff45e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/trouble/view.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
local renderer = require("trouble.renderer")
local config = require("trouble.config")
local folds = require("trouble.folds")
local pfiletype = require('plenary.filetype')

local highlight = vim.api.nvim_buf_add_highlight
local buf_opt = vim.api.nvim_buf_get_option
Expand Down

0 comments on commit 1ff45e2

Please sign in to comment.