feat: add nmac427/guess-indent.nvim

This commit is contained in:
Matej Janezic 2025-10-07 00:33:39 +02:00
parent abf3e06d98
commit 4e3a26a802
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
MiniDeps.later(function()
MiniDeps.add("nmac427/guess-indent.nvim")
require("guess-indent").setup()
end)

View File

@ -1,6 +1,7 @@
return { return {
["fzf-lua"] = "a13c5c500b60f076b7ae1ae5df3cd4b547418ca1", ["fzf-lua"] = "a13c5c500b60f076b7ae1ae5df3cd4b547418ca1",
["gruvbox-material"] = "834dbf21836862300ced7444db4262b796330ab7", ["gruvbox-material"] = "834dbf21836862300ced7444db4262b796330ab7",
["guess-indent.nvim"] = "84a4987ff36798c2fc1169cbaff67960aed9776f",
["mini.nvim"] = "61a5d44a8f31370710e6a998c5a8ee7e61c7e576", ["mini.nvim"] = "61a5d44a8f31370710e6a998c5a8ee7e61c7e576",
["nvim-treesitter"] = "01ced7499fb07f6c94abd316414ef198bd6e7058", ["nvim-treesitter"] = "01ced7499fb07f6c94abd316414ef198bd6e7058",
["oil.nvim"] = "919e155fdf38e9148cdb5304faaaf53c20d703ea" ["oil.nvim"] = "919e155fdf38e9148cdb5304faaaf53c20d703ea"