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.
4 lines
63 B
Nix
4 lines
63 B
Nix
{pkgs, ...}: {
|
|
extraPlugins = with pkgs.vimPlugins; [
|
|
];
|
|
}
|