Skip to content

Commit

Permalink
chore(nvim): fix luacheck and stylua issues
Browse files Browse the repository at this point in the history
  • Loading branch information
registerGen committed Nov 12, 2023
1 parent e58cb8f commit 8be9ede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nvim/lua/plugincfg/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
local M = {}

local icons = require("icons")
local u = require("utils")

local function in_cmd_mode()
return vim.api.nvim_get_mode().mode == "c"
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ require("lazy").setup({
},
config = function()
require("plugincfg.dropbar").config()
end
end,
},

-- Tabline {{{1
Expand Down

0 comments on commit 8be9ede

Please sign in to comment.