Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/algoatson/vimconf-old
- Owner: algoatson
- Created: 2024-01-07T13:20:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-19T02:24:07.000Z (9 months ago)
- Last Synced: 2024-11-09T17:22:04.369Z (2 months ago)
- Language: Nix
- Size: 232 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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