Files
nvim-modular/lua/kickstart/plugins/guess-indent.lua
2025-08-28 23:17:34 +02:00

15 lines
339 B
Lua

-- 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',
},
}