5 lines
170 B
Lua
5 lines
170 B
Lua
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
|
return {
|
|
'tpope/vim-sleuth', -- Detect expandtab and shiftwidth automatically
|
|
}
|
|
|