my personal vim configuration use vim bootstrap,native settings and add plugins extras.
Plug Yggdroot/indentLine "identation
Plug scrooloose/nerdtree "
Plug ryanoasis/vim-devicons "icons
set showcmd
set nowrap
set noswapfile
set showmatch
set cursorline
set smartindent
set relativenumber
let g:indentLine_setColors = 2 "identline config
set tabstop=4
set smartindent
set sw=2
set nobackup
set nocul
"Nerdtree config
nnoremap <silent> <F7> :NERDTreeFind<CR>
nnoremap <silent> <F7> :NERDTreeToggle<CR>
Verify errors in your config with command
nvim +checkhealth