mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(plugins): add vim-sleuth
This commit is contained in:
parent
d95e530c02
commit
1a0e983af5
1 changed files with 5 additions and 0 deletions
|
|
@ -385,6 +385,11 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Heuristically set buffer options (tab size, expand tabs to spaces)
|
||||||
|
{
|
||||||
|
"tpope/vim-sleuth",
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
import = "lazyvim.plugins.extras.editor.fzf",
|
import = "lazyvim.plugins.extras.editor.fzf",
|
||||||
enabled = function()
|
enabled = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue