From ae6bf3dd471f130c7096b7eb2209137d524f7cd5 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sat, 15 Feb 2020 16:22:42 +0100 Subject: [PATCH] Install indentation autodetecter --- nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/init.vim b/nvim/init.vim index 3702e4d..8d7fa53 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -6,6 +6,9 @@ Plug 'rakr/vim-one' Plug 'tpope/vim-fugitive' "Plug 'sheerun/vim-polyglot' +" auto-detect indentation +Plug 'tpope/vim-sleuth' + " Fuzzy open Plug 'cloudhead/neovim-fuzzy'