chore: remove .local and update with current settings

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2022-05-20 18:42:37 -03:00
parent 58751c926b
commit 44ef35842c
No known key found for this signature in database
GPG key ID: 9DB0EDFAA7025A2A
9167 changed files with 54639 additions and 55723 deletions

View file

@ -48,7 +48,7 @@ endtry
" Section dedicated to plugins and their configurations.
" Initialize plugin manager (vim-plug)
call plug#begin('~/.config/nvim/plugins')
call plug#begin('/etc/nvim/plugins')
" <coc.nvim>
Plug 'neoclide/coc.nvim' " Core plugin
@ -266,8 +266,9 @@ set nojoinspaces
set formatoptions+=n
" Defaults to tab identation with length of four
set shiftwidth=4
set tabstop=4
set expandtab " always use spaces
set shiftwidth=2
"set tabstop=4
" Insert smartly the indentation according shiftwidth
if exists("+smarttab")