Skip to content

Starter config for NvChad

License

Notifications You must be signed in to change notification settings

kuchida1981/nvchad-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvchad-settings

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 :)

Credits

  1. Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!

About

Starter config for NvChad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%