plugins: Fix typo
authorStefan Huber <shuber@sthu.org>
Mon, 8 Jan 2024 13:58:28 +0000 (14:58 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 8 Jan 2024 13:58:38 +0000 (14:58 +0100)
plugins-noroot-nolowendbox.vim

index 4ee576968eca4f1e2f46564f0df94b6d98a92c47..5dd2de25286cd19b842bb9c32ace8477e22ab8f4 100644 (file)
@@ -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