iwatakeshi / init.lua

Minimal setup for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init.lua

Minimal setup for Neovim

Getting Started

  1. Install Neovim
  2. Install packer.vim
  3. Clone the repository
git clone https://github.com/iwatakeshi/init.lua
  1. Create a nvim directory in .config
mkdir -p ~/.config/nvim
  1. Copy the contents of init.lua/
cp -r ./init.lua/* ~/.config/nvim
  1. Start Neovim:
nvim
  1. Install packages via packer.vim
:PackerInstall
  1. Update packages via packer.vim
:PackerUpdate

About

Minimal setup for Neovim

License:MIT License


Languages

Language:Lua 100.0%