nvim/lua/plugins/editor_tabwidth_sleuth.lua
2024-05-02 12:33:00 -05:00

5 lines
321 B
Lua

return {
-- This plugin automatically adjusts 'shiftwidth' and 'expandtab' heuristically based on the current file, or, in the case the current file is new, blank, or otherwise insufficient, by looking at other files of the same type in the current and parent directories.
"tpope/vim-sleuth",
event = "VeryLazy",
}