From 7d71427f28c6d2faa142fb8c243c9ef2ba75d431 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 29 May 2025 21:57:36 +0200 Subject: [PATCH] Auto run geuss indent --- nvim/dot-config/nvim/lua/plugins/guess-indent.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nvim/dot-config/nvim/lua/plugins/guess-indent.lua b/nvim/dot-config/nvim/lua/plugins/guess-indent.lua index caed361..411123f 100644 --- a/nvim/dot-config/nvim/lua/plugins/guess-indent.lua +++ b/nvim/dot-config/nvim/lua/plugins/guess-indent.lua @@ -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 = { - { "gi", "GuessIndent", desc = "Guess indentation" }, - }, - opts = { - auto_cmd = false, - }, + opts = {}, }