Skip to content

Commit

Permalink
refactor(nvim): clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Sep 29, 2023
1 parent 045a5f1 commit 8791887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions configs/nvim/lua/lib/logger.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
local M = {}

local log = function (severity, trailing)
return function (message)
if trailing == nil then
Expand Down
7 changes: 0 additions & 7 deletions configs/nvim/lua/lib/plugin-manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ M.setup = function ()
plug.setup {
backend = 'lazy.nvim',
update_branch = 'develop',
-- options = {
-- display = {
-- open_fn = function ()
-- return require('packer.util').float({ border = 'single' })
-- end
-- }
-- },
extensions = {
proxy {},
plug.extension.auto_install {},
Expand Down

0 comments on commit 8791887

Please sign in to comment.