NvChadの自分用設定ファイルの管理リポジトリ。
リポジトリをインストール
git clone [email protected]:kuchida1981/nvchad-settings.git $HOME/.config/nvim
neovim を起動すると、NvChad本体と付随するプラグインがインストールされる。
pyenv でpythonをインストールする。
pyenv install 3.13.1
neovim用の仮想環境を作る。
pyenv virtualenv 3.13.1 neovim
neovim向けのパッケージをインストールする。
pyenv shell neovim
pip install pynvim
あとは、neovim を起動して、 :checkhealth
を実行して
必要そうな設定を適宜おこなう。
This repo is supposed to used as config by NvChad users!
- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo.
- So you just import its modules , like
require "nvchad.options" , require "nvchad.mappings"
- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)
- Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!