Skip to content

Commit

Permalink
neogit 관련 설정 제거, diffview filetype 은 남겨둠
Browse files Browse the repository at this point in the history
lazygit 으로 통일
  • Loading branch information
deptno committed Oct 29, 2023
1 parent ac74d85 commit cc0fceb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
12 changes: 0 additions & 12 deletions lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,6 @@ return {
end,
ft = { "rest" },
},
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
"sindrets/diffview.nvim",
},
config = function (_, opts)
require('neogit').setup({}, opts)
end,
event = 'VeryLazy',
},
{
"simrat39/symbols-outline.nvim",
opts = require('custom.configs.symbols-outline'),
Expand Down
1 change: 0 additions & 1 deletion lua/lab/gx/handlers_n/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
return {
require('lab/gx/handlers_n/url'),
require('lab/gx/handlers_n/jira_issue'),
require('lab/gx/handlers_n/neogit_log'),
require('lab/gx/handlers_n/github_blob_of_current_file'),
require('lab/gx/handlers_n/github_commit_file'),
require('lab/gx/handlers_n/grep'),
Expand Down
24 changes: 0 additions & 24 deletions lua/lab/gx/handlers_n/neogit_log.lua

This file was deleted.

0 comments on commit cc0fceb

Please sign in to comment.