diff options
author | Aaron Keisler <[email protected]> | 2021-07-12 20:16:25 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-13 00:16:25 +0000 |
commit | 57893b3988126f777ffb5fcde6c8f5efb3982a2f (patch) | |
tree | 04d6421d547d2de7e4fec0a994b19f5aab50edc5 /lua/plugins.lua | |
parent | 476f7bb22f1d6d696ad9c2e2cc6e574167aef841 (diff) |
fix: comment typo (#902)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index d840bed7..0cdf4761 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -125,7 +125,7 @@ return require("packer").startup(function(use) end, } - -- whichkey + -- vim-rooter use { "airblade/vim-rooter", config = function() |