Skip to content

fs0414/neovimdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

環境

  • M2 Mac
  • brew
  • zsh
  • iterm2

Setup

  1. neovim install
brew install neovim
  1. cd

.configがなければmkdir

cd ~/.config/
  1. clone
git clone https://github.com/fs0414/neovimdot.git
  1. dir rename
mv neovimdot nvim
  1. dependence install
brew install lazygit fzf
  1. packer install
git clone https://github.com/wbthomason/packer.nvim \
  ~/.local/share/nvim/site/pack/packer/opt/packer.nvim
  1. set need font
brew install --cask font-monaspace
brew install --cask font-hack-nerd-font
  • Iterm2 > Setting > Profile > Text
    • Use a different font for non-ASCII text to ☑️
    • Non-ASCII Font select Hack Nerd Font Mono

8 cd

cd nvim
  1. nvim
nvim lua/plugin.lua
  1. PackerSync
:PackerSync

Hello NeoVim!

Note

windows

apt install neovim
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published