From 73bbb991a2691770dbed8586708e861d44662583 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 8 Jan 2024 14:58:28 +0100 Subject: [PATCH] plugins: Fix typo --- plugins-noroot-nolowendbox.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index 4ee5769..5dd2de2 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -58,7 +58,7 @@ Plug 'sheerun/vim-polyglot' " neovim-0.4 has troubles with nvim-treesitter if has('nvim-0.5') - " neovim-0.7 works untilk v0.8.0 + " neovim-0.7 works until v0.8.0 if has('nvim-0.9') Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} else -- 2.30.2