Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dxcx/dxvim
- Owner: DxCx
- Created: 2023-07-25T17:29:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-06T07:37:42.000Z (9 months ago)
- Last Synced: 2024-04-14T05:26:17.320Z (9 months ago)
- Language: Lua
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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\""
```