Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/algoatson/vimconf-old

My Configuration for Vim on NixOS
https://github.com/algoatson/vimconf-old

Last synced: about 2 months ago
JSON representation

My Configuration for Vim on NixOS

Awesome Lists containing this project

README

        

# What is this?

My personal vim config, assembled with `Nix`, and using vim2nix.

# Usage

```
nix run github:algoatson/vimconf
```

# What's enabled

A bunch of common stuff:

- Treesitter 'n co
- LSP for the languages I use
- trouble for errors
- DAP (only set up with the rust adapter so far)
- Git:
- Neogit (magit for vim)
- blamer for seeing who wrote what
- gitsigns for viewing changed LoC
- Surround-nvim for selecting text areas
- Telescope 'n co
- Leap
- Wilder
- Autopairs
- Guess-indent for indentation
- Which-key for keys
- Copilot, Codeium, and Chatgpt for AI driven development
- Parinfer for lisp
- Cornelus for agda
- ltex + ngram for grammarly-esque support
- random lsps that are useful