Auto run geuss indent
This commit is contained in:
parent
a96448db09
commit
7d71427f28
|
@ -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