Skip to content

Configuration for neovim that includes packages, keymaps, custom functions, and more. Used to be in my dotfiles but I have different dotfiles for different machines.

Notifications You must be signed in to change notification settings

khoaHyh/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config

My personal Neovim confguration that shouldn't break often.

Want to try this config?

Clone this repository and move it to your config path which usually should be at ~/.config. Make sure to rename the directory from nvim-config to nvim.

Optional

If you have your own dotfiles directory and would like to maintain a copy of your config while also using it you can use a sym link.

ln -s /path/to/target_directory /path/to/symlink_directory

-- Example: here the original directory lives at ~/dev/dotfiles/.config/nvim and we are
-- creating a symbolic link at the path ~/.config/nvim
ln -s ~/dev/dotfiles/.config/nvim ~/.config/nvim

About

Configuration for neovim that includes packages, keymaps, custom functions, and more. Used to be in my dotfiles but I have different dotfiles for different machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages