vimrc tweaks

This commit is contained in:
Jeremy Wall 2022-06-03 20:07:36 -04:00
parent 32d85e97f7
commit 7dc2dde41c
3 changed files with 6 additions and 15 deletions

12
.vimrc
View File

@ -4,7 +4,6 @@ set nocompatible
set tabstop=4
set expandtab
set paste
set nowrap
set autoindent
set linebreak
syntax on
@ -23,13 +22,4 @@ nmap <C-t> :execute "!make && make test"<CR>
let g:BASH_AuthorName = 'Jeremy Wall'
let g:BASH_AuthorRef = 'jw'
let g:BASH_Email = 'jeremy@marzhillstudios.com'
let g:BASH_Company = 'Marzhillstudios.com'
let g:clj_want_gorilla = 1
let g:clj_highlight_builtins = 1
let g:clj_highlight_contrib = 1
let g:clj_paren_rainbow = 1
let vimclojure#NailgunClient = "/Users/jwall/bin/ng"
let g:erlangFoldSplitFunction=0
let g:BASH_Email = 'jeremy@marzhillstudios.com'

7
nix/darwin/flake.lock generated
View File

@ -245,15 +245,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1650223151,
"narHash": "sha256-9qyT3VFCWC6MRAPo3Wf5RTJvpDKl0qK+OgLmp4Y6754=",
"lastModified": 1654052497,
"narHash": "sha256-I+cnrJvCwLGB2Gq6//eey99/lB2KsAwzdVjLca1DOc8=",
"owner": "zaphar",
"repo": "runwhen",
"rev": "69f6334dc8c17537eb9af798cd7fb9561b905f09",
"rev": "079ec6e412f14e784c408bc0996f0276db49b922",
"type": "github"
},
"original": {
"owner": "zaphar",
"ref": "v0.0.5",
"repo": "runwhen",
"type": "github"
}

View File

@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=22.05-beta";
darwin.url = "github:lnl7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";
runwhen.url = "github:zaphar/runwhen";
runwhen.url = "github:zaphar/runwhen?ref=v0.0.5";
durnitisp.url = "github:zaphar/durnitisp";
rust-overlay = {
url = "github:oxalica/rust-overlay";