Initial commit

This commit is contained in:
Fred Drake
2024-09-30 11:57:07 -04:00
commit 94be99323c
14 changed files with 1367 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# My Personal Neovim Setup
My Nix-based Neovim configuration. For when you have an unhealthy obsession for declarativity and configurability.
![screenshot](images/desktop.png)
## 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.