mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
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:
parent
87adeff650
commit
f82b999542
@ -43,7 +43,6 @@
|
||||
nodePackages."@astrojs/language-server"
|
||||
nodePackages."@prisma/language-server"
|
||||
emmet-language-server
|
||||
crystalline
|
||||
markdown-oxide
|
||||
tailwindcss-language-server
|
||||
vscode-langservers-extracted
|
||||
@ -259,7 +258,6 @@
|
||||
'markdown_oxide',
|
||||
'html',
|
||||
'texlab',
|
||||
'crystalline',
|
||||
'prismals',
|
||||
'jsonls',
|
||||
'vuels',
|
||||
@ -487,7 +485,6 @@
|
||||
rust-vim
|
||||
yuck-vim
|
||||
neoformat
|
||||
vim-crystal
|
||||
vim-nix
|
||||
tagbar
|
||||
rainbow-delimiters-nvim
|
||||
|
Loading…
Reference in New Issue
Block a user