remove lazygit utils
(using snacks.lazygit instead)
This commit is contained in:
@@ -7,14 +7,14 @@ local autogrp = vim.api.nvim_create_augroup
|
|||||||
local autocmd = vim.api.nvim_create_autocmd
|
local autocmd = vim.api.nvim_create_autocmd
|
||||||
|
|
||||||
-- LazyGit root detection
|
-- LazyGit root detection
|
||||||
if pcall(require, 'lazygit.utils') then
|
-- if pcall(require, 'lazygit.utils') then
|
||||||
autocmd('BufEnter', {
|
-- autocmd('BufEnter', {
|
||||||
pattern = '*',
|
-- pattern = '*',
|
||||||
callback = function()
|
-- callback = function()
|
||||||
require('lazygit.utils').project_root_dir()
|
-- require('lazygit.utils').project_root_dir()
|
||||||
end,
|
-- end,
|
||||||
})
|
-- })
|
||||||
end
|
-- end
|
||||||
|
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━ Set up Qalc keymappings ━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━ Set up Qalc keymappings ━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
if pcall(require, 'qalc') then
|
if pcall(require, 'qalc') then
|
||||||
|
|||||||
Reference in New Issue
Block a user