Skip to content

bentohset/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim config

A repo to manage my lazyvim-based NeoVim and Terminal(iTerm2) configs.

The main OS used is MacOS. Else, please find an appropriate terminal emulator and installation method.

Prerequisites

  1. Neovim
  2. Node and npm (for certain plugins and LSPs)
  3. supported nerfont (current: CodeNewRoman)
  4. ripgrep
  5. lazygit

How to

Import configuration

cd $HOME
mkdir .config
cd .config
git clone https://github.com/bentohset/nvim-config.git .

Push update to remote

cd $HOME/.config
git add .
git commit -m "message"
git push -u origin main

Pull updates

cd $HOME/.config
git pull

About

My NeoVim and Terminal Configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages