Customze my Neovim configuration with Lua.
#ref: https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu
$sudo add-apt-repository ppa:neovim-ppa/stable # Note: if you want using new version, can replace 'stable' to 'unstable'.
$sudo apt-get update
$sudo apt-get install -y neovim
#ref: https://github.com/wbthomason/packer.nvim
$git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
#ref https://github.com/jorgebucaran/fisher#installing-plugins
$fisher install jorgebucaran/nvm.fish
$nvm install v18.10.0
$nvm use v18.10.0
$git clone git@github.com:s716134/nvim.git $HOME/.config/nvim
$nvim -c ":PackerInstall" -c ":q" # Note: command run :PackerInstall
$sudo apt install build-essential # Note: intall cc fix 'nvim-treesitter' plugin error