nvim_fmr is a tool to setup a neovim along with its config with minimal requirement.
This tool also takes advantage of the NVIM_APPNAME feature.
Minimal requirements :
git
curl
Additionnal dependecies :
- More utils:
unzip, C Compiler (gcc) - ripgrep
- A Nerd Font: optional, provides various icons
- if you have it set
vim.g.have_nerd_fontininit.luato true
- if you have it set
- Language Setup:
- If want to write Typescript, you need
npm - If want to write Golang, you will need
go - etc.
- If want to write Typescript, you need
you can choose/replace the neovim version you want in the install_neovim script by changing the URL variable. Just put the URL version you would like last.
you can add your own config in the setup file script.
you can then use this command to directly install your config:
git clone https://github.com/plagache/nvim_fmr && cd nvim_fmr && source nvim_fmr_setup
The script will display the alias it created