:set number :set autoindent :set tabstop=3 :set shiftwidth=3 :set smarttab :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 call plug#end()