aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-17 04:31:18 -0400
committertdro <tdro@users.noreply.github.com>2020-07-17 04:31:18 -0400
commit91d9a2820eb473f20f6e3161eb97ad1990ffc177 (patch)
tree444426bec3c1cb54b49cb845f603e7d5a00b5f38 /.vimrc
parent11f05478f64448726e31c01763a3d185124b6785 (diff)
downloaddotfiles-91d9a2820eb473f20f6e3161eb97ad1990ffc177.tar.gz
dotfiles-91d9a2820eb473f20f6e3161eb97ad1990ffc177.tar.bz2
dotfiles-91d9a2820eb473f20f6e3161eb97ad1990ffc177.zip
.vimrc: Fix nix function name
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index eb1f34d..3308d82 100644
--- a/.vimrc
+++ b/.vimrc
@@ -132,7 +132,7 @@ function! ShellCheck()
endfunction
" Nix Check
-function! ShellCheck()
+function! NixCheck()
:silent !notify-send -t 10000 "$(nix-linter % 2>&1 && echo 'Nix Lint OK: %' && nixfmt %)" >/dev/null 2>&1
endfunction