feat: add vim-sleuth
This commit is contained in:
@@ -188,6 +188,12 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Automatic buffer options and .editorconfig support
|
||||||
|
{
|
||||||
|
"vim-sleuth",
|
||||||
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
},
|
||||||
|
|
||||||
-- File explorer
|
-- File explorer
|
||||||
{
|
{
|
||||||
-- (Probably can be replaced by local functions in the config)
|
-- (Probably can be replaced by local functions in the config)
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
telescope-nvim
|
telescope-nvim
|
||||||
telescope-fzf-native-nvim
|
telescope-fzf-native-nvim
|
||||||
tmux-nvim
|
tmux-nvim
|
||||||
|
vim-sleuth
|
||||||
|
|
||||||
(vimUtils.buildVimPlugin {
|
(vimUtils.buildVimPlugin {
|
||||||
pname = "nvim-emmet";
|
pname = "nvim-emmet";
|
||||||
|
|||||||
Reference in New Issue
Block a user