refactor(nvim): remove foldmethod setting for Neogit
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m6s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m6s
This commit is contained in:
parent
35809f3dc8
commit
c473f4d333
@ -7,13 +7,6 @@ return {
|
||||
{ "<leader>gg", "<cmd>Neogit<CR>", desc = "Neogit: Open" },
|
||||
},
|
||||
config = function()
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "*Neogit*",
|
||||
callback = function()
|
||||
vim.opt_local.foldmethod = "manual"
|
||||
end,
|
||||
})
|
||||
|
||||
require("neogit").setup({
|
||||
disable_insert_on_commit = true,
|
||||
disable_commit_confirmation = true,
|
||||
|
Loading…
Reference in New Issue
Block a user