hc-nvim
is a configuration for Neovim.
hc
stands for the abbreviation of the owner Hoof Cushion.
- Simple
- Centralize
- Extendable
- Decouple
- Linear
- Neovim
- Git
Run the following command in the terminal:
cd ~
cd .config
mv nvim nvim.bak
git clone https://github.com/hoofcushion/hc-nvim nvim
Press Win+r
, type "powershell", press enter, then run the following commands:
cd ~
cd AppData/Local
mv nvim nvim.bak
git clone https://github.com/hoofcushion/hc-nvim nvim
This command prints your config directory:
nvim --headless -c "echo stdpath('config') | q"
Navigate to the directory it prints and ensure the directory is empty and backed up.
git clone https://github.com/hoofcushion/hc-nvim .
If you are using lazy.nvim
, hc-nvim
can be installed as a plugin with the following configuration:
require("lazy").setup({
spec = {
{ "hoofcushion/hc-nvim", import = "hc-nvim.export" },
},
default = {
lazy = true,
},
})
- Set up a proxy before using git.
- Use the
checkhealth
command to diagnose issues.