mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 23:09:26 -05:00
28 lines
590 B
Markdown
28 lines
590 B
Markdown
# My Personal Neovim Setup
|
|
|
|
My Nix-based Neovim configuration. For when you have an unhealthy obsession for declarativity and configurability.
|
|
|
|

|
|
|
|
## Usage
|
|
|
|
Option 1: Clone and run
|
|
|
|
```bash
|
|
git clone https://github.com/fred-drake/neovim.git
|
|
nix run .#
|
|
```
|
|
|
|
Option 2: Run directly
|
|
|
|
```bash
|
|
nix run github:fred-drake/neovim#.
|
|
```
|
|
|
|
## Things To Do
|
|
|
|
- TODO: Add supermaven autocompletion.
|
|
- TODO: Implement DAP for debugging
|
|
- TODO: Change fzf to only allow git-level root if applicable
|
|
- TODO: Break up LSP, CMP and Tree-Sitter for lanuages like rust, go, etc.
|