Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dxcx/dxvim

DxCx nix vim trails
https://github.com/dxcx/dxvim

Last synced: about 1 month ago
JSON representation

DxCx nix vim trails

Awesome Lists containing this project

README

        

# DxVim

nix based DxCx vim configuration

## Install nix

Instructions can be found [here](https://nixos.org/download)

TL:DR is `sh <(curl -L https://nixos.org/nix/install) --daemon`

## git configuration

```gitconfig
[core]
editor = "nix run ~/dxvim -- "
[merge]
tool = vimdiff
[mergetool "vimdiff"]
cmd = "nix run ~/dxvim -- -d \"$LOCAL\" \"$MERGED\" \"$BASE\" \"$REMOTE\" -c \"wincmd w\" -c \"wincmd J\""
```