summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
diff options
context:
space:
mode:
authorWill Winder <wwinder.unh@gmail.com>2024-10-30 14:58:52 -0400
committerGitHub <noreply@github.com>2024-10-30 14:58:52 -0400
commit1a0f5484efdbc401d434a3c5180caa5c80103e91 (patch)
tree50629ebaf5666198fb43ed43f6954741e0acfeab /nvim/init.lua
parentf87d83db21ae2b46fb4135838273da77fd59815b (diff)
downloaddots-1a0f5484efdbc401d434a3c5180caa5c80103e91.tar.gz
Remove two because there are more than two. (#1213)
Diffstat (limited to 'nvim/init.lua')
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index b58677d..4ce35f4 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -917,7 +917,7 @@ require('lazy').setup({
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
},
- -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
+ -- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.