From 53cb3542e1f4964f9e3cb999214720b6f11b151b Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 20 Jan 2022 05:37:11 +0000 Subject: [PATCH] expand tab --- init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 092a429..08c3eca 100644 --- a/init.vim +++ b/init.vim @@ -3,12 +3,13 @@ :set tabstop=3 :set shiftwidth=3 :set smarttab +:set expandtab :set softtabstop=3 :set mouse=a call plug#begin() Plug 'https://github.com/preservim/nerdtree' " NerdTree -Plug 'https://github.com/neoclide/coc.nvim' " Auto Completion +Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() -- 2.25.1