feat: add vim-sleuth

This commit is contained in:
Guz
2024-12-12 09:05:48 -03:00
parent dd8b44d476
commit 86ef658403
2 changed files with 7 additions and 0 deletions

View File

@@ -188,6 +188,12 @@ return {
end,
},
-- Automatic buffer options and .editorconfig support
{
"vim-sleuth",
event = { "BufReadPre", "BufNewFile" },
},
-- File explorer
{
-- (Probably can be replaced by local functions in the config)

View File

@@ -50,6 +50,7 @@
telescope-nvim
telescope-fzf-native-nvim
tmux-nvim
vim-sleuth
(vimUtils.buildVimPlugin {
pname = "nvim-emmet";