Skip to content

This repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴

License

Notifications You must be signed in to change notification settings

andostronaut/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIM Config

This repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴

Configure NVIM Config

Go to the repo directory and use symlink for nvim config

ln -s . ~/.config/nvim

Setup Neovim

Setup Requires

  • True Color Terminal Like: iTerm2
  • Neovim (Version 0.9 or Later)
  • Nerd Font - I use Meslo Nerd Font
  • Ripgrep - For Telescope Fuzzy Finder
  • XCode Command Line Tools

Install Deps with Homebrew:

brew install --cask iterm2

brew install node vim neovim tree-sitter git fd ripgrep lazygit lua luajit

For XCode Command Line Tools do:

xcode-select --install

If you have already installed vim, create a symbolic link to map directly neovim with vim

ln -s $(which nvim) /opt/homebrew/bin/vim

Setup Go on Neovim

Install binaries on running this command GoInstallBinaries

Uninstall nvim

# Linux / Macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

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

License

MIT

About

This repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴

Topics

Resources

License

Stars

Watchers

Forks

Languages