feat: add vim-sleuth
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
tmux-nvim
|
||||
vim-sleuth
|
||||
|
||||
(vimUtils.buildVimPlugin {
|
||||
pname = "nvim-emmet";
|
||||
|
||||
Reference in New Issue
Block a user