diff options
| author | Will Winder <wwinder.unh@gmail.com> | 2024-10-30 14:58:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 14:58:52 -0400 |
| commit | 1a0f5484efdbc401d434a3c5180caa5c80103e91 (patch) | |
| tree | 50629ebaf5666198fb43ed43f6954741e0acfeab | |
| parent | f87d83db21ae2b46fb4135838273da77fd59815b (diff) | |
| download | dots-1a0f5484efdbc401d434a3c5180caa5c80103e91.tar.gz | |
Remove two because there are more than two. (#1213)
| -rw-r--r-- | nvim/init.lua | 2 |
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. |