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
|
-- Adds a command to automatically detect the indentation settings
|
||||||
-- Prefer to use .editorconfig for projects and modeline for files
|
-- Prefer to use .editorconfig for projects and modeline for files
|
||||||
"NMAC427/guess-indent.nvim",
|
"NMAC427/guess-indent.nvim",
|
||||||
keys = {
|
opts = {},
|
||||||
{ "<leader>gi", "<cmd>GuessIndent<cr>", desc = "Guess indentation" },
|
|
||||||
},
|
|
||||||
opts = {
|
|
||||||
auto_cmd = false,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user