This commit is contained in:
2025-08-28 23:17:34 +02:00
parent fe3886fbdf
commit 20a49c3f58
31 changed files with 440 additions and 117 deletions

View File

@@ -0,0 +1,14 @@
-- guess-indent
--
-- Blazing fast indentation style detection for Neovim written in Lua.
-- The goal of this plugin is to automatically detect the indentation style
-- used in a buffer and updating the buffer options accordingly.
--
-- https://github.com/NMAC427/guess-indent.nvim
--
return {
{
'NMAC427/guess-indent.nvim',
},
}