From: hgn Date: Thu, 20 Jan 2022 05:37:11 +0000 (+0000) Subject: expand tab X-Git-Url: https://harrygodden.com/git/?p=misc.git;a=commitdiff_plain;h=53cb3542e1f4964f9e3cb999214720b6f11b151b expand tab --- 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()