Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Aug 19, 2024
1 parent 0e7935a commit 9770070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nvim/plugin/diffview.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- https://github.com/sindrets/diffview.nvim
require("diffview").setup({})
require("diffview").setup()
2 changes: 1 addition & 1 deletion .config/nvim/plugin/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- https://github.com/nvim-lualine/lualine.nvim
local lualine = require("lualine")
local gitblame = require("gitblame")
-- https://github.com/nvim-lualine/lualine.nvim

local function get_line_count()
return vim.api.nvim_buf_line_count(0) .. " lines"
Expand Down

0 comments on commit 9770070

Please sign in to comment.