https://github.com/atlj/nvim-dotfiles
My custom neovim config
https://github.com/atlj/nvim-dotfiles
dotfiles lua neovim nvim vim
Last synced: 2 months ago
JSON representation
My custom neovim config
- Host: GitHub
- URL: https://github.com/atlj/nvim-dotfiles
- Owner: atlj
- Created: 2022-11-03T20:42:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T21:35:06.000Z (3 months ago)
- Last Synced: 2025-04-06T04:59:44.963Z (2 months ago)
- Topics: dotfiles, lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 108 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atlj/nvim-dotfiles
It's fast, reliable (at least when it works), customizable and fast
## Installation
### 1. Install `nvim`
For macOS, you can:
```bash
brew install nvim
```### 2. Backup your current NeoVim config (If you have it)
```bash
mv ~/.config/nvim ~/.config/nvimbackup
```### 3. Install [ripgrep](https://github.com/BurntSushi/ripgrep) for fuzzy finding.
> `ripgrep` is required for `Telescope`
```bash
brew install rg
```### 4. Get the dotfiles from git
```bash
git clone https://github.com/atlj/nvim-dotfiles ~/.config/nvim
```