From 11ef75c22e221d2935130b18dc4e8051c9b810b2 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 2 Jan 2022 17:40:03 -0800 Subject: [PATCH] nvim: add vim-sleuth --- .config/nvim/lua/blake/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 921e658..71df0a3 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -329,6 +329,10 @@ return require('packer').startup({function() use { -- tpope: Repeatability for various tpope plugins 'tpope/vim-repeat', } + use { -- tpope: automatically get info about files and apply it to vim (tabs vs spaces, etc) + 'tpope/vim-sleuth', + } + -- Bootstrap packer if needed { if (packer_bootstrap) then