mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 19:39:40 +01:00
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
This commit is contained in:
parent
2fb756acda
commit
b438641363
@ -577,7 +577,6 @@ in
|
|||||||
vim-jsx-pretty
|
vim-jsx-pretty
|
||||||
vim-vue
|
vim-vue
|
||||||
vim-over
|
vim-over
|
||||||
vim-endwise
|
|
||||||
csv-vim
|
csv-vim
|
||||||
rust-vim
|
rust-vim
|
||||||
yuck-vim
|
yuck-vim
|
||||||
|
Loading…
Reference in New Issue
Block a user