Skip to content

hanasa2023/neovim-dotfile

Repository files navigation

📝 Hanasaki's personal neovim dotfiles

GitHub

This is a customized neovim based by NvChad

Dashboard

📸 ScreenShot

UI

  • All of the keybindings are in the lua/mappings.lua file.And you can find all keybindings in the CheatSheet CheatSheet

✨ Features

Why using lualine?

Because the plugin 'wilder.nvim' has a conflict with the default statusline provided by NvChad.

⚡️ Requirements

  • Neovim 0.10.0+

📦 Installation

Linux / MacOs(Unix)

git clone https://github.com/hanasa2023/neovim-dotfile ~/.config/nvim

Windows

  • If you're using Command Prompt(CMD)
git clone https://github.com/hanasa2023/neovim-dotfile %USERPROFILE%\AppData\Local\nvim --depth 1 && nvim
  • If you're using PowerShell(pwsh)
git clone https://github.com/hanasa2023/neovim-dotfile $ENV:USERPROFILE\AppData\Local\nvim --depth 1 && nvim

If the above path doesnt work, try any of these paths :

  • For CMD : %LOCALAPPDATA%\nvim-lua
C:\Users\%USERNAME%\AppData\Local\nvim
  • For PowerShell : $ENV:LocalAppData\nvim
C:\Users\$ENV:USERNAME\AppData\Local\nvim

🚚 Uninstall

Linux / MacOs(Unix)

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

Windows CMD

rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data

Window PowerShell

rm -Force ~\AppData\Local\nvim
rm -Force ~\AppData\Local\nvim-data

🚀 Plugins

📌 NvChad default plugins


➕ Customized plugins


About

A neovim dotfile based by NvChad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published