Auto run geuss indent
This commit is contained in:
parent
c10869ab6b
commit
1ef208c087
|
@ -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 = {},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user