Skip to content

⚙ilosrim/dotfiles features a streamlined Neovim configuration designed for efficiency and enhanced coding experience. It includes custom keybindings, advanced syntax highlighting, smart code completion, and optimized plugin management. Ideal for developers seeking a powerful yet minimal setup.

Notifications You must be signed in to change notification settings

ilosrim/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim logo

My awesome dotfiles

How to install?

Make sure your neovim version is equal to or higher than v0.10.x before installing the program

  • Make a backup of your current Neovim files:
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  • Clone the repo

If you want to use NvChad, which has a lot of functionality and themes, first go to the nvchad branch and clone it, or after cloning, go to the nvchad branch through the terminal, write git pull origin nvchad and then run the program. Detailed information is available on the official website of NvChad.

git clone https://github.com/ilosrim/dotfiles.git ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git
  • Start Neovim!
nvim

About

⚙ilosrim/dotfiles features a streamlined Neovim configuration designed for efficiency and enhanced coding experience. It includes custom keybindings, advanced syntax highlighting, smart code completion, and optimized plugin management. Ideal for developers seeking a powerful yet minimal setup.

Topics

Resources

Stars

Watchers

Forks

Languages