Skip to content

jacobdcastro/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim Config

A custom LazyVim configuration.

Installation on a New Machine

To clone this config on a new machine:

git clone https://github.com/jacobdcastro/nvim-config.git ~/.config/nvim

Then launch Neovim. LazyVim will automatically install all plugins and dependencies on first launch.

Updating the Config

To update your local config with the latest changes from the remote:

cd ~/.config/nvim
git pull origin main

Neovim will automatically detect any changes and reload your configuration.

Making Changes

After modifying your config, commit and push your changes:

cd ~/.config/nvim
git add .
git commit -m "Your commit message"
git push origin main

This ensures your config stays synced across all machines.

About

My personal neovim setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages