Auto run geuss indent

This commit is contained in:
Dreaded_X 2025-05-29 21:57:36 +02:00
parent c10869ab6b
commit 1ef208c087
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -3,10 +3,5 @@ return {
-- Adds a command to automatically detect the indentation settings
-- Prefer to use .editorconfig for projects and modeline for files
"NMAC427/guess-indent.nvim",
keys = {
{ "<leader>gi", "<cmd>GuessIndent<cr>", desc = "Guess indentation" },
},
opts = {
auto_cmd = false,
},
opts = {},
}