projects
/
misc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
29cc26a
)
expand tab
author
hgn
<hgodden00@gmail.com>
Thu, 20 Jan 2022 05:37:11 +0000
(
05:37
+0000)
committer
hgn
<hgodden00@gmail.com>
Thu, 20 Jan 2022 05:37:11 +0000
(
05:37
+0000)
init.vim
patch
|
blob
|
history
diff --git
a/init.vim
b/init.vim
index 092a429ec0d53a7d47567a9c3c591dbdbbaac881..08c3eca15279c022acd9713ae1bb7776391ee6b5 100644
(file)
--- a/
init.vim
+++ b/
init.vim
@@
-3,12
+3,13
@@
:set tabstop=3
:set shiftwidth=3
:set smarttab
: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
: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()
call plug#end()