Skip to content

plagache/nvim_fmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim_fmr

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.

Requirements

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_font in init.lua to true
  • Language Setup:
    • If want to write Typescript, you need npm
    • If want to write Golang, you will need go
    • etc.

Installation

Neovim

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.

Config

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

Usage

The script will display the alias it created

About

An ephemeral neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages