My Vim config setup for ease of use and lightweightness
Will need to install Plug (plugin manager)
for Linux
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
and tun on lsp While editing a file with a supported filetype:
':LspInstallServer'