neovim: Drop remaining crystal support

As much as I love reading the Crystal programming language, it's clear
that there are more opportunities to be had with prioritizing Rust
instead. The ecosystem for Rust is vastly superior with higher quality
libraries and an LSP that's actually feature-complete, and I'd rather
deal with the known problems I'm aware of with Rust than the problems
I'm aware of with Crystal.

Rust won. Joking aside, the ecosystem for Rust is vastly superior, even
if the language is more difficult.
This commit is contained in:
Donovan Glover 2024-08-08 17:57:06 -04:00
parent 87adeff650
commit f82b999542
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -43,7 +43,6 @@
nodePackages."@astrojs/language-server" nodePackages."@astrojs/language-server"
nodePackages."@prisma/language-server" nodePackages."@prisma/language-server"
emmet-language-server emmet-language-server
crystalline
markdown-oxide markdown-oxide
tailwindcss-language-server tailwindcss-language-server
vscode-langservers-extracted vscode-langservers-extracted
@ -259,7 +258,6 @@
'markdown_oxide', 'markdown_oxide',
'html', 'html',
'texlab', 'texlab',
'crystalline',
'prismals', 'prismals',
'jsonls', 'jsonls',
'vuels', 'vuels',
@ -487,7 +485,6 @@
rust-vim rust-vim
yuck-vim yuck-vim
neoformat neoformat
vim-crystal
vim-nix vim-nix
tagbar tagbar
rainbow-delimiters-nvim rainbow-delimiters-nvim