15 lines
339 B
Lua
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',
|
|
},
|
|
}
|