From b438641363d262c0e9870825a1f2d69d501d22a0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 8 Mar 2024 22:31:40 -0500 Subject: [PATCH] neovim: Drop vim-endwise to fix crash with treesitter Recent updates to neovim and/or its plugins made neovim start to crash when typing curly braces like {}. I narrowed the issue down to vim-endwise, which I no longer need since the current languages I use prefer curly braces over end keywords. Related: https://github.com/tpope/vim-endwise/issues/144 --- home/neovim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index 7a5647c3..1cfcd873 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -577,7 +577,6 @@ in vim-jsx-pretty vim-vue vim-over - vim-endwise csv-vim rust-vim yuck-vim