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.
5 lines
55 B
Nix
5 lines
55 B
Nix
{
|
|
plugins.web-devicons = {
|
|
enable = true;
|
|
};
|
|
}
|