Files
dotfiles/nvim/dot-config/nvim/lua/plugins/guess-indent.lua
2025-05-29 22:08:57 +02:00

8 lines
237 B
Lua

-- https://github.com/NMAC427/guess-indent.nvim
return {
-- Adds a command to automatically detect the indentation settings
-- Prefer to use .editorconfig for projects and modeline for files
"NMAC427/guess-indent.nvim",
opts = {},
}