Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilosrim/dotfiles

⚙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.
https://github.com/ilosrim/dotfiles

lua lua-plugin nvchad nvchad-config nvchad-custom-config nvim

Last synced: 7 days ago
JSON representation

⚙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.

Awesome Lists containing this project

README

        

![nvim logo](https://upload.wikimedia.org/wikipedia/commons/4/4f/Neovim-logo.svg)

# 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](https://nvchad.com/).
```
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
```