summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-11-13 16:19:54 +0100
committerGitHub <noreply@github.com>2016-11-13 16:19:54 +0100
commitf9611cefc0a045d4e9a1b2d489e3c703fa70edad (patch)
treefcc30f81d5ec39223cb61cc1681f560aec783095 /pkgs
parent8600e38bcaadef0d4b13e710d9c41b30abf0a9d7 (diff)
parentd6a3aaef89e9d640a3ba27afff06dcb432853730 (diff)
downloadnixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar.gz
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar.bz2
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar.lz
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar.xz
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.tar.zst
nixlib-f9611cefc0a045d4e9a1b2d489e3c703fa70edad.zip
Merge pull request #20380 from expipiplus1/typo
vim-utils: fix typo
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/vim-plugins/vim-utils.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/vim-utils.nix b/pkgs/misc/vim-plugins/vim-utils.nix
index acb5b4fcbe1e..5110897e32aa 100644
--- a/pkgs/misc/vim-plugins/vim-utils.nix
+++ b/pkgs/misc/vim-plugins/vim-utils.nix
@@ -30,7 +30,7 @@ vim-with-plugins in PATH:
       # provide plugin which can be loaded manually:
       { name = "phpCompletion"; tag = "lazy"; }
 
-      # full ducomentation at github.com/MarcWeber/vim-addon-manager
+      # full documentation at github.com/MarcWeber/vim-addon-manager
     ];
 
     # there is a pathogen implementation as well, but its startup is slower and [VAM] has more feature