Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloud303-cholden/config-nvim
Personal Neovim configuration.
https://github.com/cloud303-cholden/config-nvim
lua neovim neovim-dotfiles
Last synced: 1 day ago
JSON representation
Personal Neovim configuration.
- Host: GitHub
- URL: https://github.com/cloud303-cholden/config-nvim
- Owner: cloud303-cholden
- Created: 2022-09-15T14:49:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:06:31.000Z (7 months ago)
- Last Synced: 2025-01-28T07:02:00.781Z (9 days ago)
- Topics: lua, neovim, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 359 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
- `neovim 0.9`
- `rust-analyzer`## Installation
This configuration can be installed by cloning it to the default configuration location:
```sh
git clone https://github.com/cloud303-cholden/config-nvim ~/.config/nvim
```Personally, I would clone the configuration to something like a `~/repos` directory and symlink it to the actual configuration location. For example:
```sh
git clone https://github.com/cloud303-cholden/config-nvim ~/repos
ln -s ~/repos/config-nvim ~/.config/nvim
```
There are a couple advantages to this.
1. All of my projects where I use version control are in a single location, simplifying how they are managed and accessed.
2. I don't need to check my bloated `~/.config` directory or its subdirectories into version control.## Credits
Based on Christian Chiarulli's sample configuration: [link](https://github.com/LunarVim/nvim-basic-ide.git).