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 = {}, }