nixvim/config/plugins/utils/web-devicons.nix
Roel de Cort e522e9ea2d
renamed changed lsp names and use web-devicons as a full plugin (#49)
fix #48 

- Renamed LSP servers as they were changed upstream.
- Enable web-devicons as a nixvim plugin instead of installing them as a
extra package.
2024-10-23 22:55:03 +02:00

5 lines
55 B
Nix

{
plugins.web-devicons = {
enable = true;
};
}